forked from ifsarthak/brogotgf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
forone
214 lines (203 loc) · 11.6 KB
/
forone
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Nothing...">
<meta name="author" content="Sarthak">
<title>Portfolio of Sarthak</title>
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">Sarthak</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#portfolio">Portfolio</a>
</li>
<li class="item">
<a class="link" href="#contact">Contact</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav>
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h1 class="header-title">
<span class="up">HI!</span>
<span class="down">I am Sarthak</span>
</h1>
<p class="header-subtitle">FULLSTACK WEB DESIGNER</p>
<a href="https://github.com/Sarthakcried" class="btn btn-primary">Visit My Works</a>
</div>
</header>
<section class="section pt-0" id="about">
<div class="container text-center">
<div class="about">
<div class="about-img-holder">
<img src="assets/imgs/coder.gif" class="about-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I ?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
I'm Sarthak, a 16-year-old student studying in DPS Kalyanpur. Curious and determined, I'm on a constant journey to explore and learn. With a passion for creativity and technology, I thrive on challenges that expand my horizons. Whether it's unraveling complex problems or embracing new experiences, I'm committed to growth. As an avid enthusiast of Coding, I channel my energy into making a positive impact. Join me as I navigate life's exciting chapters and make my mark on the world.
</p>
</div>
</div>
</div>
</section>
<section class="section" id="service">
<div class="container text-center">
<p class="section-subtitle">What I Do ?</p>
<h6 class="section-title mb-6">Service</h6>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/pencil-case.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Education</h6>
<p class="subtitle">Hey, I'm Sarthak and I am studying in DPS Kalyanpur. I like to do Coding and i like to learn new Programming Languages...</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/responsive.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Inspiration</h6>
<p class="subtitle">I was Inspired by my friends whan I saw them coding and making Websites etc. From there my Coding journey Started...</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/toolbox.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Location</h6>
<p class="subtitle">I'm Currently living in Kanpur, Uttar Pradesh, India...</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Social Media </h6>
<p class="subtitle">Scroll Down to End of the Page to access links. ;)</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="portfolio">
<div class="container text-center">
<p class="section-subtitle">What did I learn ?</p>
<h6 class="section-title mb-6">Portfolio</h6>
<div class="row">
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img src="assets/imgs/folio-1.jpg" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Frontend</h5>
<p class="font-weight-normal">HTML</p>
<p class="font-weight-normal">CSS</p>
<p class="font-weight-normal">JavaScript</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/folio-2.jpg" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Backend</h5>
<p class="font-weight-normal">NodeJS</p>
<p class="font-weight-normal">Django(Python)</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/folio-3.jpg" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>DataBase</h5>
<p class="font-weight-normal">Sqlite</p>
<p class="font-weight-normal">MongoDB</p>
</span>
</span>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm bg-primary">
<div class="container text-center text-sm-left">
<div class="row align-items-center">
<div class="col-sm offset-md-1 mb-4 mb-md-0">
<h6 class="title text-light">Want to work with me?</h6>
<p class="m-0 text-light">Always feel Free to Contact & Hire me</p>
</div>
<div class="col-sm offset-sm-2 offset-md-3">
<button class="btn btn-lg my-font btn-light rounded">Hire Me</button>
</div>
</div>
</div>
</section>
<section class="section" id="contact">
<div class="container text-center">
<p class="section-subtitle">How can you communicate?</p>
<h6 class="section-title mb-5">Contact Me</h6>
<form action="" class="contact-form col-md-10 col-lg-8 m-auto">
<div class="form-row">
<div class="form-group col-sm-6">
<input type="text" size="50" class="form-control" placeholder="Your Name" required>
</div>
<div class="form-group col-sm-6">
<input type="email" class="form-control" placeholder="Enter Email"requried>
</div>
<div class="form-group col-sm-12">
<textarea name="comment" id="comment" rows="6" class="form-control" placeholder="Write Something"></textarea>
</div>
<div class="form-group col-sm-12 mt-3">
<input type="submit" value="Send Message" class="btn btn-outline-primary rounded">
</div>
</div>
</form>
</div>
</section>
<div class="container">
<footer class="footer">
<p class="section-subtitle">Made with ❤️ by Sarthak...</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.instagram.com/sarthak07x/" class="link"><i class="ti-instagram"></i></a>
<a href="https://github.com/sarthakcried" class="link"><i class="ti-github"></i></a>
<a href="https://www.linkedin.com/in/ifsarthak/" class="link"><i class="ti-linkedin"></i></a>
</div>
</footer>
</div>
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>