-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (49 loc) · 3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>I love you...</title>
<!-- BOOTSTRAP -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;1,600&family=Tangerine:wght@700&display=swap" rel="stylesheet">
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/cbf69f55a2.js" crossorigin="anonymous"></script>
<!-- CSS STYLESHEET -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- INTRO DIV -->
<div class="jumbotron jumbotron-fluid intro-div">
<h1>Hi Kuku!</h1>
<h2>It's Shrey.</h2>
</div>
<!-- INFO DIV -->
<div class="container-fluid info-div">
<h3>I've been with you for the past 6 months</h3>
<h4>I am so happy I asked you out...</h4>
</div>
<!-- SONGS DIV -->
<div class="container-fluid songs-div">
<h3>But this makes me think the I never actually ASKED you out, have I?</h3>
<h3>All I wanna say is that...</h3>
<h1 class="tangerine i-love-you">You mean a lot to me and tbh, bin tere sanam, mar mitenge hum. I want the to be (atleast) 60 years of you and me.</h1>
</div>
<!-- ASKING OUT -->
<div class="container-fluid asking-out tangerine">
<h1 class="big-font">Will you please continue to be my girlfriend, now and forevermore?</h1>
<h4>(Please say yes)</h4>
<a href="yes.html"><button type="button" class="btn btn-lg btn-outline-success buttons" name="yes">Yes :)</button></a>
<a href="no.html"><button type="button" name="no" class="btn btn-lg btn-outline-danger buttons">No(Denied, Jhot) :(</button></a>
</div>
<!-- <script type="text/javascript" src="index.js"></script> -->
</body>
</html>