-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (40 loc) · 1.51 KB
/
about.html
File metadata and controls
41 lines (40 loc) · 1.51 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
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>about | azn magazine</title>
<link rel="stylesheet" href="about.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Karla&display=swap" rel="stylesheet">
</head>
<body>
<div class="preloader-wrapper">
<div class="preloader">
<img src="103.gif" alt="NILA">
</div>
</div>
<section id = "one">
<a href = "index.html">
<img class = "logo" src = "logo.PNG"></a>
<div class = "menu">
<a class = "change" href = "about.html"><h2> About </h2></a>
<a class = "change" href = "issues.html"><h2> Issues </h2></a>
<a class = "change" href = "process.html"><h2> Process </h2></a>
<a class = "change" href = "team.html"><h2> Team </h2></a>
</div>
<h3 class = "title"> ABOUT </h3>
</section>
<section id = "two">
<div class = "flexRow">
<h3 class = "quote">❝</h3>
<h3 class = "azn">AZN </h3>
<h3 class = "quote" style = "color: #f4aa09">❞</h3>
<img class = "arrow" src = "arrow.gif">
</div>
<h3 class = "white"> a magazine will take an educational approach by redefining the idea of being Asian, exploring issues Asian communities face, and investigating the various types of misrepresentation that surround them.
</h3>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="preloader.js"></script>
</body>
</html>