-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7a26e7
commit 5978fe6
Showing
1 changed file
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<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> | ||
|
||
<input id="submit" type="submit" value="Login" name="submit"></input> | ||
|
||
</center> | ||
</main> | ||
<p> | ||
|
||
<center> | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<footer> | ||
|
||
<div class="footer-content" id="contact"> | ||
<div class="column"> | ||
<p><b>Contact</b></p> | ||
|
||
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Follow us on social media:</p> | ||
<!-- Add social media icons or links here --> | ||
<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 people | ||
<p> from all walks of life. Our mission is to provide a welcoming 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> |