-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 1.21 KB
/
index.html
File metadata and controls
35 lines (28 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<Title>Markville App Dev</Title>
<meta name="viewport" content="width=device-width, initial-sale = 1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> </head>
<body>
<nav class = "topbar">
<img class = "picture" src = "logo.png" alt = "logo">
<ul class = "topbar">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<div class = "helloUniverse">
<h1>Hello Universe!</h1>
<p>This is the website for Markville's app development club! Check out our projects & join our discord server :)</p>
</div>
<div class="links-menu">
<ul>
<li><a class="discord" href = "https://discord.gg/qqS6WXWeyX" target="_blank"><i class= "fab fa-discord"></i></a></li>
<li><a class="github" href = "https://github.com/MarkvilleAppDev" target="_blank"><i class= "fab fa-github"></i></a></li>
<p class = "pirate"> Markville App Dev</ul>
</ul>
</div>
</body>
</html>