-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (36 loc) · 1.17 KB
/
about.html
File metadata and controls
36 lines (36 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css"/>
</head
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="navbar.css">
</head>
<body class="hero">
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="daily.html">Daily</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</body>
<body>
<header>
<h1>About Us</h1>
</header>
<div class="container">
<p>Raeva and Swara met in 9th grade. They were both in the computer science pathway where they became interested in computer science. Even though they don't have much experience, they are very passionate about computer science and aim to acheive a higher level of knowledge in it.</p>
<div class="image">
<img src="IMG-1154.jpg" alt="image">
<img src="IMG-7565.jpg" alt="image">
</div>
</div>
</body>
</html>