-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparty.html
174 lines (142 loc) · 7.05 KB
/
party.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<script>
//script for google analytics
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-152751847-1');
</script>
<title>Contact</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Party!</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Codeavor</a></li>
<li><a href="sessions.html">Questions & Solutions</a></li>
<li><a href="contact.html">About</a></li>
<li class="active"><a href="party.html">Party!</a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<!-- <li><a href="elements_copy.html" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a> -->
</li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<p>Aniiiiiii....sup dood? Happy birthday! Alright, cool beans...that’s over with! Bye! That’s the end of the note! What? You were expecting more? Nah, I ain’t giving you more unless you give me what I want :))). You are not going to? Ok, that’s fine. You’re lame anyways. Bye bye!! But, for real tho, thanks for being an awesome friend. You have supported me from time to time again and you are a super dependable person when I need to talk to about things. Thanks for being there with me, through all my lows and highs! Couldn’t have anyone better but you to motivate me thru your passions and teach me about pulihora mixing. Luv you, yedava!</p>
<br>
<p>Happy Birthday! Its kinda crazy to think that I met you almost four years ago, back when we were just dumb high school students. Its been a fun over the past couple of years getting to know you and making memories and I can’t wait to make more. I hope that you enjoy your gifts and that your birthday is a good one even though we can’t go out. Hopefully when this is all over, we can go out an celebrate…at in-n-out of course.</p>
<br>
<p>happy birthday ani!! i'm so happy we met and i'm very grateful for friendship! <3</p>
<br>
<p>Ani, you are one of the nicest and most humble people I have ever met.(Not to mention sexiest especially to Sanjeev) Thanks for always being the goofball that makes everyone in the room laugh and the friend that helps anyone in need. Happy Birthday Ani!</p>
<br>
<p>what's poppin, ani? happy birthday!! but kanye rocks and eminem sucks</p>
<br>
<p>Happy Birthday Ani!! We’ve been friends for over a year now and we have made so many memories I can’t pick a favorite. Garba, long drives, my questionable driving, and broken down cars with fireworks were def some of my favorites. Thanks for always being there for me and giving me something to laugh about always. Its always a good time when you are around. Very sad I can’t say you beat teen pregnancy but you’re almost there!! Anyways, happy birthday again I hope you have the best day ever, you deserve it</p>
<br>
<p>Anirudhhhhhh, so 19 huh! Well I hope this year will be lit for you. And Hopefully our year at Northside actually goes through and we add more and more memories to the ones we already have. Can’t wait!</p>
<br>
<p>From one autist to another", I hope you have a great birthday!</p>
<br>
<p>Happy birthday Ani! We’ve come a long way as friends and I can’t wait to grow with you! Here’s to another year of awesome memories and laughs!</p>
<br>
<p>Our friendship has come a long way, from going to that weird kid who wanted to be on the CS team to being the only person I am comfortable around. Happy birthday to my always and forever.</p>
<br>
<p>Best wishes Ani! We've come a long way since the awkward times during senior year of high school. But in that time since then we've uncovered so many shared interests! The love of coding, relating to indian life and talking about so much more. Enjoy this last year as a teenage and experience everything you've wanted to try out! Oonce again, happy birthday and hope you like you gifts!</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<form class="contact2-form validate-form" method="POST"
action="https://formspree.io/gautamsapre@gmail.com">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section>
<section class="split contact">
<section class="alt">
<h3>Address</h3>
<p>3000 Northside Blvd<br />
Texas, TX 75080</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="#">(732) 986-5731</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="#">contact@harshasrikara.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a>
</li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a>
</li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>© Codeavor</li>
<li>Design: Harsha Srikara <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>