-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.64 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 1.64 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="">
<head>
<style>
@import url(styles/index.css);
@import url(styles/card.css);
</style>
<script src='scripts/index.js' defer></script>
<script src="scripts/set_theme.js" defer></script>
<meta charset="utf-8">
<title>Engrafa</title>
</head>
<body>
<div class="navbar">
<nav>
<input id="nav-toggle" type="checkbox">
<div class="logo"><img class='logo-img' src="Images/logo.png" style="margin-right: 10px;">
<a href="#">Engrafa</h1>
</div>
<ul class="links">
<li><a href="https://engrafa.github.io">Home</a></li>
<li><a href="./a/index.html?a=Meta/About us.md">About</a></li>
<li><a href="./Our%20Team/index.html">Our Team</a></li>
<li><a href="https://github.com/engrafa">Github</a></li>
<li><a href="./a/index.html?a=Meta/Contributing.md">Contribute</a></li>
<li><a href="./themes/index.html" class="themeIconLink">
<svg style="width:24px;height:24px" viewBox="0 0 24 24" class="themeIcon">
<path d="M8 3C5.79 3 4 4.79 4 7V14C4 15.1 4.9 16 6 16H9V20C9 21.1 9.9 22 11 22H13C14.1 22 15 21.1 15 20V16H18C19.1 16 20 15.1 20 14V3H8M8 5H12V7H14V5H15V9H17V5H18V10H6V7C6 5.9 6.9 5 8 5M6 14V12H18V14H6Z" />
</svg>
</a></li>
</ul>
<label for="nav-toggle" class="icon-burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
</nav>
</div>
<div id='#home'>
<div id='cat'>
<section id='main-deck'>
</section>
</div>
</div>
</body>
</html>