This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
34 lines (31 loc) · 1.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>SC4 | Home</title>
<link rel="stylesheet" href="styles/main.less">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="app">
<div class="top top--sticky">
<h1>Your front page <img src="asset/icon-settings.svg" id="menuButton"></h1>
<input type="search" id="searchbox" placeholder="Search for User"></input>
</div>
<div class="scroller" id="tagScroller"><a href="#" class="scroller__link scroller__link--selected ripple">Featured</a><a href="#" class="scroller__link scroller__link--unselected ripple">Top Loved</a><a href="#"
class="scroller__link scroller__link--unselected ripple">Trending</a><a href="#" class="scroller__link scroller__link--unselected ripple">Messages</a><a href="#" class="scroller__link scroller__link--unselected ripple">Mobile-Friendly</a><a
href="#" class="scroller__link scroller__link--unselected ripple">Recent</a><a href="#" class="scroller__link scroller__link--unselected ripple">Games</a><a href="#" class="scroller__link scroller__link--unselected ripple">Animations</a>
</div>
<div id="projects">
</div>
</div>
<!-- Loader by Jeremie Gaffarel, https://codepen.io/gaffareljeremie -->
<svg class="spinner" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
<circle class="spinner__circle" fill="none" stroke-width="0.4em" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>
<script src="./cordova.js" charset="utf-8"></script>
<script src="scripts/index.js" charset="utf-8"></script>
<script src="scripts/theme.js" charset="utf-8"></script>
</body>
</html>