-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (28 loc) · 1 KB
/
about.html
File metadata and controls
35 lines (28 loc) · 1 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Climate change - Home</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class='navbar'>
<a href="index.html"><div class='nav-button'>Home</div></a>
<a href="about.html"><div class='nav-button'>About</div></a>
<a href="team.html"><div class='nav-button'>Team</div></a>
<a href="contact.html"><div class='nav-button'>Contact</div></a>
</div>
<div class='main2'>
<div class="header1">
About
</div>
<div class="text1">
<p>This is the greates Dev team there ever was !</p>
<p>A young and eager crew of smart developers.</p>
</div>
</div>
</div>
</body>
</html>