-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (101 loc) · 2.94 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
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
<html>
<head>
<title> HOMEPAGE </title>
<meta name="viewport" content="width=device-width",initial-scale=1.0>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<style>
body {
opacity: ;
position: relative;
background: url('bg11.jpg') no-repeat center center/cover;
backdrop-filter: blur(2px);
opacity: ;
position: relative;
height: 150vh;
font-family: 'Open Sans', sans-serif;
display: flex;
align-items: top;
flex-direction: column;
min-height: 150vh;
justify-content: space-between;
margin: 0; /* Remove default margin to avoid unwanted spacing */
}
</style>
</head>
<body>
<center>
<nav class="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#">Publish</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#creator">Creator</a></li>
</ul>
</nav>
<main>
<h1>To a World of Words, Both Dark and Bright!<p>
</h1>
<a href="login.html">
<input id="submit" type="submit" value="Login" name="submit"></input>
</a>
</center>
</main>
<p>
<center>
<table>
<tr>
<td>
<footer>
<div class="footer-content" id="contact">
<div class="column">
<p><b>Contact</b></p>
<p>Follow us on social media:</p>
<!-- Add social media icons or links here -->
<a href="mailto:tmj07042@email.com">
<i class="fab fa-envelope"></i>
</a>
<i class="fab fa-instagram"></i>
<i class="fab fa-github"></i>
<i class="fab fa-facebook"></i>
</div>
</div>
<td>
<div class="footer-content" id="about">
<div class="column">
<p><b>About</b></p>
<p> At Flames, we believe in the transformative power of poetry to inspire, heal, and connect
<p> people from all walks of life. Our mission is to provide a space where aspiring poets
<p> can express themselves, and readers can immerse themselves in the diverse world of poetic expression.
</div>
</div>
<td>
<div class="footer-content" id="creator">
<div class="column">
<p><b>Creator</b></p>
<p> Tanvi Jain
<p> L.D. College of Engineering, Ahmedabad
<!-- Add social media icons or links here -->
<p>
<a href="https://github.com/Tanvi-Jain01/" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/tanvi-jain-bb755b239" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</p>
<center>
<tr>
<td colspan="3" style="text-align: center;">
<div class="footer-content">
<div class="column">
<br>
<p>© 2023 Flames. All rights reserved.</p>
</div>
</div>
</table>
</footer>
</body>
</html>