-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (222 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aswin</title>
<!--STYLE CSS-->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="animation.css" />
<link rel="stylesheet" href="media.css" />
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css" />
<!-- FLATICON CDN -->
<link href="/your-path-to-uicons/css/uicons-[your-style].css" rel="stylesheet" />
</head>
<body>
<div class="container">
<header class="header">
<nav class="navigation">
<ul class="nav-link">
<li><a href="#home-id">Home</a></li>
<li><a href="#about-id">About</a></li>
<li><a href="#skill-id">Skills</a></li>
<li><a href="#project-id">Projects</a></li>
<li><a href="#contact-id">Contacts</a></li>
</ul>
<div class="toggle">
<img src="./icons/menu-burger.png" alt="" />
</div>
</nav>
</header>
<section class="section" id="home-id">
<div class="left-section">
<div class="detail-section">
<h6>Hey There !</h6>
<h1>I Am <span class="name-span">Aswin pv</span></h1>
<h3>Full Stack Web Developer</h3>
</div>
<div class="logo">
<ul class="logo-list">
<li>
<a href="https://wa.me/916238366862" target="_blank"
><i class="fi fi-brands-whatsapp"></i
></a>
</li>
<li>
<a href="https://x.com/pvaswin888?t=63RnuIE6MjiI2HCPNPdh_w&s=08 " target="_blank"
><i class="fi fi-brands-twitter"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/aswin-pv-870339254" target="_blank"
><i class="fi fi-brands-linkedin"></i
></a>
</li>
<li>
<a href="https://github.com/Aswin-pv" target="_blank"
><i class="fi fi-brands-github"></i
></a>
</li>
</ul>
</div>
<div class="resume-btn">
<button>Download cv</button>
</div>
</div>
<div class="right-section">
<div class="image">
<img src="./images/aswin dp.jpg" alt="" />
</div>
</div>
</section>
<section class="section-2" id="skill-id">
<div class="skills">
<div class="skill-head">
<h1>Skills And Education.</h1>
</div>
<div class="left-skills">
<table class="skill-table">
<tr>
<td><img src="./icons/html-5.png" alt="" /></td>
<td><img src="./icons/css-3.png" alt="" /></td>
<td><img src="./icons/js.png" alt="" /></td>
</tr>
<tr>
<td><img src="./icons/bootstrap.png" alt="" /></td>
<td><img src="./icons/python.png" alt="" /></td>
<td><img src="./icons/django.png" alt="" /></td>
</tr>
<tr>
<td><img src="./icons/mysql.png" alt="" /></td>
<td><img src="./icons/mongodb.png" alt="" /></td>
<td><img src="./icons/structure.png" alt="" /></td>
</tr>
</table>
</div>
<div class="right-skills">
<h1>Education</h1>
<div class="education">
<ul class="education-list">
<li>University Of Calicut</li>
<li>Bsc Computer science</li>
<li>NGO quarters Hss</li>
<li>Computer Science</li>
</ul>
</div>
</div>
</div>
</section>
<section class="about-section" id="about-id">
<div class="about">
<h1>About Me</h1>
<p>
I am a proficient Python Django web developer with a strong grasp of Python's object-oriented
programming principles. My expertise extends to front-end technologies, including CSS3, JavaScript,
HTML5, and Bootstrap, enabling me to create visually appealing and responsive user interfaces. I'm
adept at React.js for dynamic web components and have a solid foundation in database management,
working with MySQL, MongoDB, and Oracle SQL. Leveraging Django Rest Framework, I develop robust
RESTful APIs. With a knack for problem-solving, a strong work ethic, and a collaborative approach, I
ensure timely project delivery and top-notch results. Let's work together to bring your web
development ideas to life.
</p>
</div>
</section>
<section class="section-3" id="project-id">
<div class="project-head">
<h1>My Projects</h1>
</div>
<div class="card-section">
<div class="project-card">
<div class="project-image"></div>
<h3>Ecommerce website</h3>
<p>
this is a project build using css,js and html . in backend it uses python django ,database is
mysql
</p>
<button class="project-view-btn"><a href="#">Open</a></button>
</div>
<div class="project-card">
<div class="project-image"></div>
<h3>Ecommerce website</h3>
<p>
this is a project build using css,js and html . in backend it uses python django ,database is
mysql
</p>
<button class="project-view-btn"><a href="#">Open</a></button>
</div>
<div class="project-card">
<div class="project-image"></div>
<h3>Ecommerce website</h3>
<p>
this is a project build using css,js and html . in backend it uses python django ,database is
mysql
</p>
<button class="project-view-btn"><a href="#">Open</a></button>
</div>
</div>
</section>
<section class="section-4" id="contact-id">
<div class="contact-section">
<div class="contact-form">
<div class="message">
<h6>Let's Build Something</h6>
<h2>Great Together</h2>
</div>
<div class="form-page">
<form action="">
<input type="text" placeholder="Name" /><br />
<input type="email" placeholder="Email" /><br />
<input type="text" placeholder="Company Name" /><br />
<input type="tel" placeholder="Phone number" /><br />
<div class="form-btn">
<button>Send</button>
</div>
</form>
</div>
</div>
<div class="contact-me">
<div class="contact-info">
<h3>Email</h3>
<hr />
<h1>[email protected]</h1>
</div>
<div class="contact-info">
<h3>Contact me</h3>
<hr />
<h1>321312321</h1>
</div>
<div class="contact-logo">
<ul class="contact-logo-list">
<li>
<a href="https://wa.me/916238366862" target="_blank"
><i class="fi fi-brands-whatsapp"></i
></a>
</li>
<li>
<a href="https://x.com/pvaswin888?t=63RnuIE6MjiI2HCPNPdh_w&s=08 " target="_blank"
><i class="fi fi-brands-twitter"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/aswin-pv-870339254" target="_blank"
><i class="fi fi-brands-linkedin"></i
></a>
</li>
<li>
<a href="https://github.com/Aswin-pv" target="_blank"
><i class="fi fi-brands-github"></i
></a>
</li>
</ul>
</div>
<div class="badge"></div>
</div>
</div>
</section>
</div>
<script src="index.js"></script>
</body>
</html>