-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (184 loc) · 8.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Persnol Portfolio</title>
<link rel="stylesheet" href="./style.css" >
<script src="https://kit.fontawesome.com/a35c3afab6.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class ="container">
<nav>
<div class="bar">x9mk8jhygtfcdAxdz
<ul>
<li> <a href="#header"> home</a> </li>
<li> <a href="#about">About </a> </li>
<li> <a href="#Services"> Services</a> </li>
<li> <a href="#portfolio"> My Work</a> </li>
<li> <a href="#contact"> Contacts</a> </li>
<i class="fa-sharp fa-solid fa-circle-xmark"></i>
<i class="fa-duotone fa-square-xmark"></i>
</ul>
<i class="fa-solid fa-bars"></i>
</div>
</nav>
<div class="header-text">
<p>UI/UX Designer</p>
<h1>Hii,I am Kaushal from India</h1>
</div>
</div>
</div>
<div id = "about">
<div class="container">
<div class="row">
<div class = "about-col-1">
<img src="pic1.jpg">
</div>
<div class = "about-col-2">
<h1 class="sub-tiitle">About Me</h1>
<p>Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen </p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">skills</p>
<p class="tab-links " onclick="opentab('expercience')">Experience</p>
<p class="tab-links " onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>UI?UX </span><br> Designin web/app Interfaces</li>
<li><span>Web </span><br> web App Devlopment</li>
<li><span>App </span><br> Building andriod/Ios App</li>
</ul>
</div>
<div class="tab-contents" id ="expercience">
<ul>
<li><span>2021-current </span><br> training of ux/ui design</li>
<li><span>2019-2021</span><br> web App Devlopment traning</li>
<li><span>2017-2019 </span><br> Building andriod/Ios App traning</li>
</ul>
</div>
<div class="tab-contents" id ="education">
<ul>
<li><span>2016 </span><br> internship</li>
<li><span>2015 </span><br> training of ux/ui design</li>
<li><span>App </span><br> B.Tech at MIT</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="Services">
<div class="container">
<h1 class="subtiitle"> My expertise </h1>
<div class="services-list">
<div>
<h2>web design</h2>
<p>Lorem Ipsum is simply
dummy text of the printing and
typesetting industry.</p>
<a href="#">learn more</a>
</div>
<div>
<h2>UI/UX</h2>
<p>Lorem Ipsum is simply dummy
text of the printing and
typesetting industry.</p>
<a href="#">learn more</a>
</div>
<div>
<h2>App design</h2>
<p>Lorem Ipsum is simply dummy
text of the printing and
typesetting industry.</p>
<a href="#">learn more</a>
</div>
</div>
</div>
</div>
<!-- --------------------my work--------------------------------------- -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">
My Work
<div class="work-list">
<div class="work">
<img src="work-1.png">
<div class="layer">
<h3>social media app</h1>
<p>Lorem Ipsum is simply dummy
text of the printing and
typesetting industry</p>
<a href="#" ><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work-2.png">
<div class="layer">
<h3>Social media Website </h3>
<p>website made to easily acces your favourite social media Lorem Ipsum is simply dummy text of the printing and
typesetting industry</p>
<a href="#" ><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work-3.png">
<div class="layer">
<h3>online shopping</h3>
<p>Lorem Ipsum is simply dummy text of the printing and
typesetting industry</p>
<a href="#" ><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
</div>
</h1>
</div>
</div>
<!-- ------------------------contact-------------------------------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-tiitle"> Contact Me</h1>
<p>contact@example.com</p>
<p>123893456</p>
<div class="social-icons">
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com/"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://linkedin.com/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="./images/VJTI_Resume_Template .pdf" download class="btn btn2">Download cv</a>
</div>
<div class="contact-right">
<form action="">
<input type="text" name="Name" placeholder="your name" required >
<input type="email" name="email" placeholder="your email" required >
<textarea name="Message" rows="6" placeholder="your message" ></textarea>
<button type="submmit" class="btn btn2">submit</button>
</form>
</div>
</div>
</div>
</div>
<script>
var tablinks= document.getElementsByClassName("tab-links");
var tabcontents=document.getElementsByClassName("tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
</body>
</html>