forked from ruh32/lekhaniMag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruchi.html
68 lines (64 loc) · 2.38 KB
/
ruchi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href="profile.css" rel="stylesheet" type="text/css" />
</head>
<body>
<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="column">
<div class = "card">
<div class = "image-cropper">
<img class="rounded" src="ruchi.JPG" alt="Ruchi" style="width:100%">
</div>
</div>
</div>
<div class = "column1">
<h1>Ruchi Hegde</h1>
<br>
Ruchi Hegde is the web developer for Lekhani. Originally from Philadelphia, but ethnically Kannadiga, Ruchi is a computer science major with a minor in Mandarin Chinese and Business. Along with Lekhani, Ruchi is involved in club swimming, computer science clubs, and other clubs related to her Indian identity. Outside of class, she enjoys working out, painting, and reading.
</div>
<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>
</body>
</html>