-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.32 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
<!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.0">
<title>FoodJournal: Into Digestive System</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.6.3/css/foundation.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="imgs/logo.png">
</head>
<body style="background-color:black;">
<div class="container">
<div class="animated fadeInUp">
<h1 class="name">Food Journal: Into Digestive System</h1>
<span class="slogan">National Software Contest 2021 Finalist</span>
<span class="slogan">By</span>
<p class="developers"><a href="dev/nithi.html" class="dev">Nithi</a> - <a href="dev/thamvarut.html" class="dev">Thamvarut</a> - <a href="dev/borworntat.html" class="dev">Borworntat</a></p>
<div class="logos">
<a href="https://github.com/IntoDigest">
<img src="imgs/GH.png" width="75px">
</a>
</div>
</div>
</div>
</body>
</html>