This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (119 loc) · 4.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/css/uikit.min.css"
/>
<title>MKMK</title>
</head>
<body>
<div class="uk-container uk-padding-large" style="text-align: center">
<h1 class="uk-heading-medium">#MKMK</h1>
</div>
<div class="uk-container uk-padding-large" style="text-align: center">
<p>Dearest Mandeep & Manpreet,</p>
<p>
As you embark on a new chapter in your lives, we would like to wish you
all the very best for what lays ahead. We will cherish the times that we
have spent with the two of you. You will be missed dearly. May you have
an awesome time in Canada. Hope to see you there very soon and please
keep coming back.
</p>
<p>Live long and prosper 🤘</p>
</div>
<div class="uk-container uk-padding-large uk-margin-large-bottom">
<div class="uk-child-width-1-3@m" uk-grid uk-lightbox="animation: fade">
<div>
<a href="img/0.jpg" data-caption="Stud Boy" class="uk-inline"
><img src="img/0.jpg" alt="Stud Boy"
/></a>
</div>
<div>
<a href="img/4.jpg" data-caption="BFFs" class="uk-inline"
><img src="img/4.jpg" alt="BFFs"
/></a>
</div>
<div>
<a href="img/8.jpg" data-caption="" class="uk-inline"
><img src="img/8.jpg" alt=""
/></a>
</div>
<div>
<a
href="img/1.jpg"
data-caption="Clearly, not much has changed"
class="uk-inline"
><img src="img/1.jpg" alt="Clearly, not much has changed"
/></a>
</div>
<div>
<a href="img/2.jpg" data-caption="Stud boy" class="uk-inline"
><img src="img/2.jpg" alt="Stud boy"
/></a>
</div>
<div>
<a href="img/3.jpg" data-caption="" class="uk-inline"
><img src="img/3.jpg" alt=""
/></a>
</div>
<div>
<a href="img/9.jpg" data-caption="" class="uk-inline"
><img src="img/9.jpg" alt=""
/></a>
</div>
<div>
<a href="img/6.jpg" data-caption="" class="uk-inline"
><img src="img/6.jpg" alt=""
/></a>
</div>
<div>
<a href="img/7.jpg" data-caption="" class="uk-inline"
><img src="img/7.jpg" alt=""
/></a>
</div>
<div>
<a href="img/5.jpg" data-caption="" class="uk-inline"
><img src="img/5.jpg" alt=""
/></a>
</div>
<div>
<a href="img/10.jpg" data-caption="" class="uk-inline"
><img src="img/10.jpg" alt=""
/></a>
</div>
<div>
<a href="img/12.jpg" data-caption="" class="uk-inline"
><img src="img/12.jpg" alt=""
/></a>
</div>
<div>
<a href="img/11.jpg" data-caption="" class="uk-inline"
><img src="img/11.jpg" alt=""
/></a>
</div>
<div>
<a href="img/13.jpg" data-caption="" class="uk-inline"
><img src="img/13.jpg" alt=""
/></a>
</div>
</div>
</div>
<footer
class="uk-width-1-1 uk-inline uk-margin-large-top"
style="text-align: center;"
>
<div class="uk-position-center uk-padding">
There are some things you can't share without ending up liking each
other, and knocking out a twelve-foot mountain troll is one of them.<br />―
J.K. Rowling, Harry Potter and the Sorcerer's Stone<br /><br />Made with
<span style="color: tomato;">♥️</span> in India
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/js/uikit.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/js/uikit-icons.min.js"></script>
</body>
</html>