Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified hack_infinity/.DS_Store
Binary file not shown.
Binary file added hack_infinity/harshita/index_bg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hack_infinity/harshita/index_bg2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions hack_infinity/harshita/my_invitations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=<h<>, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&family=Hammersmith+One&family=Roboto:wght@500;700&display=swap" rel="stylesheet">
<title>my invitations</title>
</head>
<style>
body{
background-image:url(./bg.jpg);

background-repeat: no-repeat;
background-size: cover;
}
.quote{
font-family: dm sans;
line-height: 1.6;
font-weight: 700;
color: #000;
font-size: 1.5rem;
text-align: center;
}
.form {
background-color: #ffffff;
width: 50rem;
height: 55rem;
margin: 2.5rem auto 0 auto;
border-radius: 1rem;
padding: 0.7rem;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
.form h1{

font-size: 2rem;
font-weight: 700;
color: #333;
margin-bottom: 2rem;
text-align: center;
}
.generate{
margin-left: 15rem;
margin-top: 2rem;
padding: 0.5rem;
width: 20rem;
border-radius: 1rem;
border: 1px solid #000;
background-color: #FFC090;
color: #333;
font-weight: 700;
font-size: 1.2rem;
}
.event{
margin: 0 0 0 2rem;
font-size: 1.5rem;
font-weight: 700;
color: #333;
line-height: 2rem;
margin-left: 7rem;
}
.sub-event{
margin: 0 0 0 2rem;
font-size: 1.2rem;
font-weight: 700;
color: #333;
line-height: 2rem;
margin-left: 7rem;
}
.timetable {
display: grid;
grid-template-columns: 1fr 1fr;
}
.prompt{
display: grid;
grid-template-columns: 1fr 1fr;
}
.rsvp{
text-align: center;
font-size: 1.2rem;
font-weight: 700;
color: #333;
line-height: 2rem;

}
.rsvp p{
font-size: 1.5rem;
}

</style>
<body>

<div class="form">
<form>
<h1 class="quote">You are invited by, <span>Username</span></h1>
<h1 class="quote">To the Event </h1>
<label class="event">Event name:<span>lorem.5</span></label>
<br>
<label class="event">Venue: <span>lorem.5</span></label>
<br>
<label class="event">Date: <span>lorem.5</span></label>
<br>
<h2 class="quote">Here is your schedule</h2>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<div class="timetable">
<label class="sub-event"> <span>lorem.5</span></label>
<label class="sub-event"> <span>lorem.5</span></label>
<br>
</div>
<br>
<br>
<div class="rsvp">
<p>Confirm your prescence:</p>
<form>
<input type="radio" id="html" name="fav_language" value="HTML">
<label for="html">I'm coming</label>
<input type="radio" id="css" name="fav_language" value="CSS">
<label for="css">I'm not coming</label>
</form>
</form>
</div>
<input type="submit" value="Submit" class="generate">
</div>

</body>
</html>