-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip] deploy 2024-11-29T00:11:11+00:00
- Loading branch information
ci-build
committed
Nov 29, 2024
0 parents
commit a9d3e8a
Showing
13 changed files
with
2,607 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta property="og:image" content="webapp_s.png"><link href="preload.css" rel="stylesheet"><title>vcpkg index</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="search" type="application/opensearchdescription+xml" title="vcpkg index" href="opensearch.xml"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><script defer="defer" src="/js/chunk-vendors.633c59e3.js"></script><script defer="defer" src="/js/app.eb279a0e.js"></script><link href="/css/chunk-vendors.fc81635f.css" rel="stylesheet"><link href="/css/app.35114308.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vcpkg-index doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app" v-cloak><div v-if="false" class="content-centered"><div class="loader"></div></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vcpkg.dev |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta property="og:image" content="webapp_s.png"><link href="preload.css" rel="stylesheet"><title>vcpkg index</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="search" type="application/opensearchdescription+xml" title="vcpkg index" href="opensearch.xml"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><script defer="defer" src="/js/chunk-vendors.633c59e3.js"></script><script defer="defer" src="/js/app.eb279a0e.js"></script><link href="/css/chunk-vendors.fc81635f.css" rel="stylesheet"><link href="/css/app.35114308.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vcpkg-index doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app" v-cloak><div v-if="false" class="content-centered"><div class="loader"></div></div></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | ||
<script/> | ||
<ShortName>vcpkg index</ShortName> | ||
<Description>Find and explore vcpkg packages</Description> | ||
<InputEncoding>UTF-8</InputEncoding> | ||
<!-- | ||
<Image width="16" height="16" type="image/x-icon"> | ||
https://url/favicon.ico | ||
</Image> | ||
--> | ||
<Url type="text/html" method="get" template="https://vcpkg.dev/index/search/{searchTerms}"/> | ||
</OpenSearchDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
* preload animation css | ||
* loader is hidden by vue v-if logic, when loaded and mounted | ||
*/ | ||
|
||
.content-centered { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
} | ||
.loader, | ||
.loader:after { | ||
border-radius: 50%; | ||
width: 128px; | ||
height: 128px; | ||
} | ||
.loader { | ||
margin: 0px auto; | ||
position: relative; | ||
border-top: 8px solid #028bcf; | ||
border-right: 8px solid #028bcf; | ||
border-bottom: 8px solid #028bcf; | ||
border-left: 8px solid #f5f5f5; | ||
-webkit-transform: translateZ(0); | ||
-ms-transform: translateZ(0); | ||
transform: translateZ(0); | ||
-webkit-animation: load 1.1s infinite linear; | ||
animation: load 1.1s infinite linear; | ||
} | ||
@-webkit-keyframes load { | ||
0% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
100% { | ||
-webkit-transform: rotate(360deg); | ||
transform: rotate(360deg); | ||
} | ||
} | ||
@keyframes load { | ||
0% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
100% { | ||
-webkit-transform: rotate(360deg); | ||
transform: rotate(360deg); | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.