-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.txt
205 lines (182 loc) · 7.53 KB
/
code.txt
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
<!-- Header Design -->
<header class="header">
<a href="#" class="logo">
Portfolio
</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#portfolio">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Sanatan Kisku</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>Seeking a challenging position in a reputed organization where I can learn new skills, expand my knowledge, leverage my learnings, make the best of my potential and contribute to the organization’s growth.</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/sanatan-kisku-819a2948/"><i class='bx bxl-linkedin' ></i></a>
<a href="https://github.com/Sanatan-Kisku"><i class='bx bxl-github' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
</div>
<a href="docs/Sanatan-Resume-2023.pdf" target="_blank" class="btn">Download CV</a>
</div>
<div class="home-img">
<img src="images/window-profile-photo.png">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-img">
<img src="images/about-photo.jpg">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>A Frontend Specialist Developer from Odisha, India <i class="em em-flag-in" aria-role="presentation" aria-label="India Flag"></i></h3>
<p>As a fresher with knowledge in HTML, CSS and JavaScript, I have a strong foundation in front-end web development. I have the ability to create responsive and visually appealing web pages using HTML and CSS. I can also add interactivity to these pages using JavaScript and Bootstrap. I am familiar with version control using Git and have experience collaborating with others using GitHub. My skills can be applied to a variety of industries, including web development, software development, and e-commerce. I have the ability to create dynamic web pages that are both user-friendly and aesthetically pleasing. I have a good understanding of modern web development practices and are eager to learn more.</p>
<!-- <a href="#" class="btn">Read More</a> -->
</div>
</section>
<!-- skills section design -->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-container">
<div class="skills-box">
<i class='bx bxl-html5' ></i>
<h3>HTML</h3>
</div>
<div class="skills-box">
<i class='bx bxl-css3' ></i>
<h3>CSS</h3>
</div>
<div class="skills-box">
<i class='bx bxl-javascript'></i>
<h3>Javascript</h3>
</div>
<div class="skills-box">
<i class='bx bxl-react'></i>
<h3>React</h3>
</div>
<div class="skills-box">
<i class='bx bxl-tailwind-css' ></i>
<h3>Tailwind</h3>
</div>
<div class="skills-box">
<i class='bx bxl-sass' ></i>
<h3>Sass</h3>
</div>
</div>
</section>
<!-- portfolio section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading">
Latest <span>Projects</span>
</h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/social-media.gif">
<div class="portfolio-layer">
<h4>Social Media Website</h4>
<p>A Responsive Social Media Website using HTML, CSS, and JavaScript.</p>
<div class="links">
<div class="code">
<a href="https://github.com/Sanatan-Kisku/InSocial" target="_blank"><i class='bx bxl-github'></i></a>
</div>
<div class="demo">
<a href="https://sanatan-kisku.github.io/InSocial/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</div>
<div class="portfolio-box">
<img src="images/login-register.gif">
<div class="portfolio-layer">
<h4>Login and Register</h4>
<p>A Basic design of login and register form using HTML, CSS and JavaScript</p>
<div class="links">
<a href="https://github.com/Sanatan-Kisku/Login-and-Register" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://sanatan-kisku.github.io/Login-and-Register/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
<div class="portfolio-box">
<img src="images/error.jpg">
<div class="portfolio-layer">
<h4>Enter Project Name</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Libero, eveniet.</p>
<div class="links">
<a href="#"><i class='bx bxl-github'></i></a>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
<div class="portfolio-box">
<img src="images/error.jpg">
<div class="portfolio-layer">
<h4>Enter Project Name</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Libero, eveniet.</p>
<div class="links">
<a href="#"><i class='bx bxl-github'></i></a>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
<div class="portfolio-box">
<img src="images/error.jpg">
<div class="portfolio-layer">
<h4>Enter Project Name</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Libero, eveniet.</p>
<div class="links">
<a href="#"><i class='bx bxl-github'></i></a>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
<div class="portfolio-box">
<img src="images/error.jpg">
<div class="portfolio-layer">
<h4>Enter Project Name</h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Libero, eveniet.</p>
<div class="links">
<a href="#"><i class='bx bxl-github'></i></a>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address" >
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number">
<input type="text" placeholder="Email Subject" >
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- Footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Sanatan Kisku | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt' ></i></a>
</div>
</footer>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Typed JS -->
<script src="https://unpkg.com/typed.js@2.0.15/dist/typed.umd.js"></script>