forked from ruh32/lekhaniMag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (77 loc) · 2.98 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lekhani Magazine</title>
<link rel="icon" type="images/x-icon" href="logo.png" />
</head>
<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="index.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<script src="https://kit.fontawesome.com/807c36c5c2.js" crossorigin="anonymous"></script>
<STYLE>A {text-decoration: none;} </STYLE>
<div class="bg-img">
<div class = "container">
<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="contactus.html">Contact Us</a></li>
<li><a href="#">Our Mission</a></li>
</ul>
</li>
<li><a href="journal.html">Journal</a></li>
</div>
</ul>
</nav>
</div>
</div>
<div class = "submit">
<div class = "mytext">
<h1 style="font-family: 'Poppins';">Interested in submitting?</h1>
<br>
<h4 style="font-family: 'Poppins';">
Lekhani strives to uplift and amplify the work of artists of color, publishing poetry,
short fiction, photography, and visual art. With a founder and team of passionate South Asian
creatives, we especially hope to provide space for South Asians to experiment and grow,
while providing a platform for their work.
To learn more about the submission process, click down below! </h4>
<br><br>
<form action="submissions.html" >
<button type="submit" class="art" style="font-family: 'Poppins';">
Learn more
</button>
</form>
</div>
</div>
<div class="footer">
<div class="col-1">
<h3>USEFUL LINKS</h3>
<a href="ourmission.html">Our Mission</a>
<a href="submissions">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>