-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (36 loc) · 1.42 KB
/
about.html
File metadata and controls
37 lines (36 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- investigate fonts.googleapis.com css for details and other settings -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="wrapper-main">
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="#news">Order Now</a>
<a href="#contact">Contact</a>
<a href="#about">Podcast</a>
<a href="#about">Blog</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="first-div">
<h2>Mary Ott</h2>
<a href="#">Mary pic</a>
<p>paragragh here</p>
</div>
<div class="next-div">
<h2>Patti Hershwitzky</h2>
<a href="#">Patti pic</a>
<p>paragragh here</p>
</div>
</div>
</body>
</html>