forked from ruh32/lekhaniMag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
161 lines (152 loc) · 5.04 KB
/
aboutUs.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="images/x-icon" href="logo.png" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<script src="https://kit.fontawesome.com/807c36c5c2.js" crossorigin="anonymous"></script>
<link href="lekhani.css" rel="stylesheet" type="text/css" />
<STYLE>A {text-decoration: none;} </STYLE>
<nav class="navbar">
<!-- LOGO -->
<div class="logo">
<a href="index.html">
<img src="logo.png" alt="Lekhani" style="height: 40px; width: 40px">
</a>
</div>
<!-- NAVIGATION MENU -->
<ul class="nav-links">
<!-- NAVIGATION MENUS -->
<div class="menu">
<li><a href="submissions.html">Submit</a></li>
<li class="services">
<a href="">About</a>
<!-- DROPDOWN MENU -->
<ul class="dropdown">
<li><a href="aboutUs.html">Masthead</a></li>
<li><a href="#">Our Mission</a></li>
</ul>
</li>
<li><a href="journal.html">Journal</a></li>
</div>
</ul>
</nav>
<div class="about-section">
<h1 style="text-align:center; font-family: 'Poppins';" >Masthead</h1>
</div>
<div class="row">
<div class="column">
<div class="card">
<div class = "image-cropper">
<img class="rounded" src="pranaya.jpeg" alt="Pranaya" style="width:100%">
</div>
<div class="container">
<h2 style="font-family: 'Poppins';">Pranaya S. Ayyala</h2>
<br>
<p style="font-family: 'Poppins';" class="title">Editor and Founder</p>
<br>
<div class = "submit">
<form action="pranaya.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
View Profile
</button>
</form>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class= "rounded" src="jevaria.jpg" alt="Jevaria" style="width:100%">
<div class="container">
<h2 style="font-family: 'Poppins';">Jevaria Bashir</h2>
<br>
<p style="font-family: 'Poppins';" class="title">Reader: Visual Arts</p>
<br>
<div class = "submit">
<form action="jevaria.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
View Profile
</button>
</form>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class = "rounded" src="ruchi.JPG" alt="Ruchi" style="width:100%">
<div class="container">
<h2 style="font-family: 'Poppins';">Ruchi Hegde</h2>
<br>
<p style="font-family: 'Poppins';" class="title">Web Developer</p>
<br>
<div class = "submit">
<form action="ruchi.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
View Profile
</button>
</form>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class = "rounded" src="angel.jpeg" alt="Angel" style="width:100%">
<div class="container">
<h2 style="font-family: 'Poppins';">Angel Mary Joseph</h2>
<br>
<p style="font-family: 'Poppins';" class="title">Outreach/Social Media and Reader: Visual Media</p>
<br>
<div class = "submit">
<form action="angel.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
View Profile
</button>
</form>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class = "rounded" src="anvi.jpeg" alt="Anvi" style="width:100%">
<div class="container">
<h2 style="font-family: 'Poppins';">Anvi Joshi</h2>
<br>
<p style="font-family: 'Poppins';" class="title">Reader: Poetry</p>
<br>
<div class = "submit">
<form action="anvi.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
View Profile
</button>
</form>
</div>
</div>
</div>
</div>
<br>
<div class="footer">
<div class="col-1">
<h3>USEFUL LINKS</h3>
<a href="ourmission.html">Our Mission</a>
<a href="submissions.html">Submit</a>
<a href="aboutUs.html">Masthead</a>
<a href="journal.html">Journal</a>
</div>
<div class="col-2">
</div>
<div class="col-3">
<h3>CONTACT</h3>
<div class="social-icons">
<a href="https://www.instagram.com/lekhani_literary/" class="fa-brands fa-instagram"></a>
</div>
</div>
</div>
</head>
</body>
</html>