-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
198 lines (189 loc) · 7.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="stylesheet" href="z1.css">
<title>Portfolio</title>
<!--title logo-->
<link rel = "icon" href =
"https://i.ibb.co/WvLNxGV/portfolio-logo.png" type = "image/x-icon">
</head>
<body>
<!--amain div which contain the nav bar contents and the logo-->
<header class="header">
<!--nav bar logo-->
<div class="header__imgdiv">
<img class="header__logo" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcThHYtHu4J5a6RlEF3YhXEd2Uqx5b3ssAEl2g&usqp=CAU
" alt="">
</div>
<!--navber section-->
<nav class="header__navbar">
<ul class="header__list">
<li class="header__navcontent"><a href="#welcome-section" class="header__link">Home</a></li>
<li class="header__navcontent"><a href="#about-section" class="header__link">About</a></li>
<li class="header__navcontent"><a href="#projects" class="header__link">Work</a></li>
<li class="header__navcontent"><a href="#contacts" class="header__link">Contact</a></li>
</ul>
</nav>
</header>
<!--Welcome section-->
<section class="welcome" id="welcome-section">
<h2 class="welcome__name">Hey I am Aswin</h2>
<p class="welcome__description">a web developer</p>
</section>
<!--About Section-->
<div class="about" >
<div class="about__namediv">
<h1 class="about__name" id="about-section">About me</h1>
</div>
<div class="about__contentdiv" >
<p class="about__content" >
I am Aswin Gop, a web designer/developer focused on crafting
great web experiences. Designing and Coding have been my passion
since the days I started working with computers. I enjoy creating
beautifully designed, intuitive and functional websites.And i have
just Started With it.And I am looking forward to be a fullstack
developer.
</p>
<!--https://drive.google.com/file/d/14Yc_esch9HKSXMIfMRT72Rzq_5IirbB9/view?usp=sharing-->
<a href="https://drive.google.com/file/d/1ArkMoBsr7WzBm_t__c2vpJwqBGHIe8TX/view?usp=sharing" target="_blank"><button class="about__button">show all</button></a>
</div>
</div>
<!--Project section-->
<section class="projects" id="projects">
<h2 class="projects__heading">These are some of my projects</h2>
<!--each project space are aligned inside tge "projects-grid" div-->
<div class="projects__grid">
<!--eacprojects are created as links,inside a link there will be an
image and a project heading is belongs-->
<a
href="https://codepen.io/Aswingop/full/GRroRXO"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/x5ZD4XL/currency-Convert.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project1
<span class="projects__code projects__code--active">/></span>
</p>
</a>
<a
href="https://codepen.io/Aswingop/full/ExNXVwO"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/Pt9dtBm/random-Quote.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project2
<span class="projects__code projects__code--active">/></span>
</p>
</a>
<a
href="https://codepen.io/Aswingop/full/mdrvxRJ"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/dmDMmDg/loginform.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project3
<span class="projects__code projects__code--active">/></span>
</p>
</a>
<a
href="https://codepen.io/Aswingop/full/ExgMqWB"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/QjGbJZs/productlanding.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project4
<span class="projects__code projects__code--active">/></span>
</p>
</a>
<a
href="https://codepen.io/Aswingop/full/QWKPGeb"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/7GRrH8Y/technicaldoc.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project5
<span class="projects__code projects__code--active">/></span>
</p>
</a>
<a
href="https://codepen.io/Aswingop/full/zYoEZxJ"
target="_blank"
class="projects__tile"
>
<img
class="projects__images"
src="https://i.ibb.co/FWdbXTw/markup.png"
alt="project"
/>
<p class="projects__title">
<span class="projects__code projects__code--active"><</span>
Project6
<span class="projects__code projects__code--active">/></span>
</p>
</a>
</div>
<a
href="https://codepen.io/Aswingop"
class="projects__showall projects__showall--active"
target="_blank"
>Show all <i class="fas fa-chevron-right"></i
></a>
</section>
<!--Contact Section-->
<section class="contacts">
<h2 class="contacts__heading">Let's work together</h2>
<p class="contacts__para">how do you take your coffie?</p>
<!--socialmedia links-->
<div class="contacts__details" id="contacts">
<ul class="contacts__list">
<li class="contacts__items"><a href="https://github.com/6330" target="_blank" class="contacts__links"><i class="fa fa-github" style="font-size:44px"></i></a></li>
<li class="contacts__items"><a href="https://www.instagram.com/aswin_asks/" target="_blank" class="contacts__links"><i class="fa fa-instagram" style="font-size:44px"></i></a></li>
<li class="contacts__items"><a href="https://wa.me/918113860747" target="_blank" class="contacts__links"><i class="fa fa-whatsapp" style="font-size:44px"></i></a></li>
<li class="contacts__items"><a href="mailto:[email protected]" target="_blank" class="contacts__links"><i class="fa fa-envelope-o" style="font-size:38px"></i></a></li>
</ul>
</div>
</section>
<!--footer-->
<footer class="footer">
<p class="footer__para">
copyright@2020
</p>
</footer>
<!--footer ends -->
</body>
</html>