Skip to content

Commit

Permalink
Added logo and links
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 19, 2023
1 parent d3285cb commit 3d2cddd
Show file tree
Hide file tree
Showing 11 changed files with 734 additions and 9 deletions.
258 changes: 258 additions & 0 deletions public/Logo-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
208 changes: 208 additions & 0 deletions public/Logo-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
208 changes: 208 additions & 0 deletions public/Logo-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
68 changes: 59 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
text-align: center;
}
h1 {
font-size: 6em;
padding: 0;
margin: 0;
}
blockquote {
font-size: 1.5em;
margin-top: 0;
padding-top: 20px;
}
p {
font-size: 1.2em;
Expand All @@ -32,31 +34,79 @@
padding-bottom: 20px;
}

a,
a:visited {
color: #6e40c9;
.links {
list-style-type: none;
}
.links li {
padding: 5px;
}

a {
color: cyan;
text-decoration: none;
border-bottom: 2px solid #6e40c9;
transition: border-bottom 0.3s ease-in-out;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
border-bottom: 2px solid #ffffff;
text-decoration: none;
}

a:active {
text-decoration: none;
}

.logo {
width: 25%;
min-width: 200px;
max-width: 400px;
}

h1 {
font-size: 72px;
background: rgb(96,243,236);
background: linear-gradient(180deg, rgba(96,243,236,1) 40%, rgba(30,84,231,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.small {
font-size: 10px;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

<title>Gosub - The gateway to optimized searching and browsing</title>
</head>

<body>
<div class="layout">
<h1>Gosub</h1>
<p id="quote">The gateway to optimized searching and browsing</p>

<img class="logo" src="Logo-01.svg" alt="logo">
<blockquote>
"From small beginnings come big endings"
Join us on the journey to a new web browser
</blockquote>
<p>
<a id="link" href="https://github.com/gosub-browser">GitHub</a>
</p>

<ul class="links">
<li><a id="link1" href="https://github.com/gosub-browser"><i class="fa-brands fa-github"></i> GitHub <i class="small fa-solid fa-arrow-up-right-from-square"></i></a>
<li><a id="link2" href="#"><i class="fa-brands fa-discord"></i> Global Discord (soon available) <i class="small fa-solid fa-arrow-up-right-from-square"></i></a>
<li><a id="link3" href="https://chat.developer.gosub.io"><i class="fa-solid fa-comments"></i> Developer chat - Zulip <i class="small fa-solid fa-arrow-up-right-from-square"></i></a>
</ul>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 3d2cddd

Please sign in to comment.