-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (221 loc) · 9.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>Shaik Raja Sameer</title>
<!-- Link to css-->
<link rel="stylesheet" href="css/style.css">
<!-- Box Icons-->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- Scroll Top -->
<a href="#home" class="scroll-top">
<i class='bx bx-up-arrow-alt' ></i>
</a>
<!--Header-->
<header>
<!--nav-->
<div class="nav container">
<!--Logo-->
<a href="#" class="logo">Sameer Shaik</a>
<!-- Navbar -->
<ul class="navbar">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#portfolio" class="nav-link">Portfolio</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<!-- Menu Icon-->
<div class="menu-icon">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</div>
</header>
<!-- Home-->
<section class="home container" id="home">
<div class="home-content">
<div class="home-img">
<img src="img/profile.png" alt="">
</div>
<div class="home-text">
<h3>Hello</h3>
<h2>I'm <span class="color">Sameer</span></h2>
<p>
I'm a <span class="color">DATA SCIENCE STUDENT</span> at <br>Audisankara College Of Engineering And Technology.
<br>I am a <span class="color">Passionate Learner</span> and love IT.
<br>Apart from that i am also interested in <span class="color">SPORTS</span> that involve <br><span class="color">Concentration and Physical Activity.</span>
</p>
<!-- Social-->
<div class="social">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-gmail'></i></a>
<a href="#"><i class='bx bxl-steam'></i></a>
<a href="#"><i class='bx bxl-reddit'></i></a>
<a href="#"><i class='bx bxl-twitch'></i></a>
<a href="#"><i class='bx bxl-github'></i></a>
<a href="#"><i class='bx bxl-linkedin'></i></a>
</div>
</div>
</div>
</section>
<!--About-->
<section class="about container" id="about">
<!--Heading-->
<h2 class="heading">About</h2>
<!--About Content-->
<div class="about-content">
<div class="about-data">
<span>About Me</span>
<h2>Data Science Student, <br>
Python Practitioner. </h2>
<a href="resume.docx" class="btn" download="">
Download Resume
<i class='bx bx-download'></i>
</a>
</div>
<div class="about-text">
<p>Hello! I am Sameer. A pursuing Undergraduate Student and an aspiring Data Scientist.</p>
<p>I am currently undergoing course work regarding my Bachelors degree and at the same time aquiring skills by doing internships and various courses other than my regular course work.</p>
</div>
</div>
</section>
<!-- Services -->
<section class="services container" id="services">
<!-- Heading -->
<h2 class="heading">Services</h2>
<!--Services content-->
<div class="services-content">
<div class="services-box">
<i class='bx bx-code-alt' ></i>
<h2>Data Science</h2>
<p>I am Currently pursuing skills related to Data Science and i can analyze small data bases to check for errors regarding data entry and can alter them to match the client requirements.</p>
</div>
<div class="services-box">
<i class='bx bx-brush' ></i>
<h2>Python Debugging</h2>
<p>I am well versed with python and can debug small sized python applications and programs.</p>
</div>
<div class="services-box">
<i class='bx bx-lock' ></i>
<h2>C Programming</h2>
<p>I have worked with c before and i am well aware of all the concepts of c that are needed to get a complete beginner into the world of coding, so i can also teach C to newbie programmers or programmers that are interested in C language.</p>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio container" id="portfolio">
<!-- Heading -->
<h2 class="heading">Portfolio</h2>
<!-- Portfolio Content -->
<div class="portfolio-content">
<div class="portfolio-box">
<img src="img/portfolio-1.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>Data Science</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio-2.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>Python</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio-3.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>C Programming</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio-4.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>HTML</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio-5.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>CSS</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="img/portfolio-6.webp" alt="" class="portfolio-img">
<!-- Overlay -->
<div class="porfolio-overlay">
<h2>JAVASCRIPT</h2>
<a href="#">
<i class='bx bx-link-alt' ></i>
</a>
</div>
</div>
</div>
</section>
<!--Contact form -->
<section class="contact container" id="contact">
<!-- Heading -->
<h2 class="heading">Contact</h2>
<!--contact form-->
<form action="" class="contact-form" id="contact-form">
<input type="text" placeholder="Your Name" class="name" required>
<input type="email" name="" id="" placeholder="Email address..." class="email" required>
<textarea name="" id="" cols="30" rows="10" placeholder="Write message here..." class="message" required></textarea>
<input type="submit" value="Send" class="send-btn">
</form>
</section>
<!--Footer-->
<section class="footer container" id="footer">
<div class="social">
<a href="mailto:[email protected]"><i class='bx bx-envelope'></i></a>
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
</div>
<!--Footer Links-->
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms Of Use</a>
<a href="#">Disclaimer</a>
</div>
<!-- Copyright -->
<p>© Skar Tech</p>
</section>
<!-- Email Js Link -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!-- sweet alert js link-->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("w6tJ0TnG7y--w23d2FE-Z");//use your email js api key here
})();
</script>
<!-- Link To JS-->
<script src="js/main.js"></script>
</body>
</html>