Skip to content

Commit

Permalink
[ci skip] deploy 2023-07-31T00:10:55+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-build committed Jul 31, 2023
0 parents commit e4b6c0b
Show file tree
Hide file tree
Showing 13 changed files with 2,345 additions and 0 deletions.
1 change: 1 addition & 0 deletions 404.html
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.9c8b705f.js"></script><script defer="defer" src="/js/app.21911ddf.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>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vcpkg.dev
1 change: 1 addition & 0 deletions css/app.35114308.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/chunk-vendors.fc81635f.css

Large diffs are not rendered by default.

2,253 changes: 2,253 additions & 0 deletions db/vcpkg-index.nedb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
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.9c8b705f.js"></script><script defer="defer" src="/js/app.21911ddf.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>
2 changes: 2 additions & 0 deletions js/app.21911ddf.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/app.21911ddf.js.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions js/chunk-vendors.9c8b705f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/chunk-vendors.9c8b705f.js.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions opensearch.xml
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>
50 changes: 50 additions & 0 deletions preload.css
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);
}
}
Binary file added webapp_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4b6c0b

Please sign in to comment.