-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (213 loc) · 9.32 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sidhant Sharma</title>
<!--Favicon-->
<link rel="icon" href="Images/favicon.ico">
<!--Google fonts-->
<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=Montserrat:wght@900&family=Ms+Madi&family=Open+Sans&family=Roboto&display=swap"
rel="stylesheet">
<!-- Css -->
<link rel="stylesheet" href="styles_web2.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/5b840f37de.js" crossorigin="anonymous"></script>
<!--Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
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://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</head>
<body>
<section id="title">
<div class="container-fluid">
<!--NavBar-->
<nav class="navbar navbar-expand-md fixed-top navbar">
<div class="container-fluid" id="navbar-cont">
<a class="navbar-brand" href="#title">Sidhant Sharma</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#about-link">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects-link">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plans-link">PLANS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-link">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Title -->
<div id="title"> </div>
<div class="row" id="title-row">
<div class="col-lg-6">
<div class="header">
<h1>Hi.</h1>
<h1>I'm Sidhant.</h1>
</div>
</div>
<div class="col-lg-6">
<img class="title-image" src="Images/vector_1-modified.png" alt="vector-1">
</div>
</div>
</div>
</section>
<!--About-->
<section id="about">
<div id="about-link"> </div>
<h2>About</h2>
<div class="parent">
<img class="profile-pic" src="Images/profile_pic.png" alt="my-pic">
</div>
<div class="about-info">
<p>I am currently a student at MIT and I love designing beautiful and responsive websites.So if you are
going through a webpage like this that I have created just know that I've poured my heart and soul into
it .
</p>
</div>
</section>
<!--Projects-->
<section id="projects">
<div id="projects-link"> </div>
<div id="project-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h1>Project 1</h1>
<a
href="https://exodus3.ieeemanipal.com/?fbclid=PAAaaB63lUbg0I3Xc0Oal078-tTgfJa2x-Rg2f6gK527pyfR9aKBStZoFNQAQ">
<div class="proj-pic">
<img class="project-pic" src="Images/project1.png" alt="proj1">
</div>
</a>
</div>
<div class="carousel-item">
<h1>Project 2</h1>
<div class="proj-pic">
<img class="project-pic" src="Images/project2.png" alt="proj3">
</div>
</div>
<div class="carousel-item">
<h1>Project 3</h1>
<div class="proj-pic">
<img class="project-pic" src="Images/project3.jpg" alt="proj3">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#project-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next" href="#project-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
</div>
</section>
<!--Plans-->
<section id="plans">
<div id="plans-link"> </div>
<div class="row" id="plans-row">
<div class="col-lg-4">
<div class="shadow p-3 mb-5 bg-white rounded">
<h3>Premium</h3>
<ul>
<li>Unlimited Web Pages including Home Page</li>
<li>Full Stack using MERN</li>
<li>Customized website design</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="shadow p-3 mb-5 bg-white rounded">
<h3>Basic</h3>
<ul>
<li>2-3 Webpages</li>
<li>HTML,CSS and JS</li>
<li>Customized website design</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="shadow p-3 mb-5 bg-white rounded">
<h3>Free</h3>
<ul>
<li>Single Webpage</li>
<li>HTML and CSS</li>
<li>Customized website design</li>
</ul>
</div>
</div>
</div>
</section>
<!--Contact-->
<section id="contact-link">
<div id="plans"> </div>
<form onsubmit="sendEmail(); reset(); return false;">
<h3>Get in touch</h3>
<input type="text" id="name" placeholder=" Your Name" required>
<input type="email" id="email" placeholder=" Email id" required>
<input type="text" id="phone" placeholder=" Phone no." required>
<textarea id="description" rows="4" placeholder=" Website Description"></textarea>
<button type="submit">Send</button>
</form>
</div>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
function sendEmail() {
Email.send({
Host: "smtp.gmail.com",
Username: "[email protected]",
Password: "4825908C4F9A1AD8295041545FCEEFC65446",
To: '[email protected]',
From: document.getElementById("email").value,
Subject: "New Contact Form Enquiry",
Body: "Name: " + document.getElementById("name").value
+ "<br> Email: " + document.getElementById("email").value
+ "<br> PhoneNo: " + document.getElementById("phone").value
+ "<br> Message: " + document.getElementById("message").value
}).then(
message => alert("Message Sent Successfully")
).catch((err) => (console.log(err)));
}
</script>
</section>
<!--Info-->
<section id="links">
<div class="links-details">
<a class="footer-link" href="www.linkedin.com/in/sidhant-sharma-4a449220a">
<i class="icon fa-brands fa-linkedin fa-2x"></i>
</a>
<a class="footer-link" href="https://github.com/Sidsha242">
<i class="icon fa-brands fa-github fa-2x"></i>
</a>
<a class="footer-link" href="">
<i class="icon fa-brands fa-instagram fa-2x"></i>
</a>
</div>
<div class="name">
<h3> © Sidhant Sharma.</h3>
</div>
</div>
</section>
</body>
</html>