-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (174 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/3a69e354de.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/9c5fe9ec-2282-4244-a551-da4ae278d10c/d6ahlk2-33329300-7db7-43e6-a6ea-420fe76f0224.jpg/v1/fill/w_1024,h_576,q_75,strp/vipul_sharma_logo_by_jayrajsinh_d6ahlk2-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NTc2IiwicGF0aCI6IlwvZlwvOWM1ZmU5ZWMtMjI4Mi00MjQ0LWE1NTEtZGE0YWUyNzhkMTBjXC9kNmFobGsyLTMzMzI5MzAwLTdkYjctNDNlNi1hNmVhLTQyMGZlNzZmMDIyNC5qcGciLCJ3aWR0aCI6Ijw9MTAyNCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.f91mTaKwr9x8yDTIBSiiJvrGFVGfWBsDpCozNelUfgM" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="header-text">
<p>Java Developer</p>
<h1>Hi,I'm <span>Vipul</span> <br>Sharma From Kenia</h1>
</div>
</div>
</div>
<!------about-------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="https://img.freepik.com/premium-photo/young-handsome-man-with-beard-isolated-keeping-arms-crossed-frontal-position_1368-132662.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>Hey everyone welcoming you here and happy to see you again.I would like to introduce myself I am Vipul Sharma,Java Developer.You might have heared about me on youtube.I have worked with various mnc's.And I would love to tell you that if you are good at your skills and knowledge it would lead you to the top of the world with lot of loves by your colleages,family, and your friend circle.</p>
<div class="tab-titles">
<p class="tab-links active-links" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Programmer</span><br>Linking SQL and JDBC</li>
<li><span>Web Developer</span><br>Web App Interface</li>
<li><span>App Development</span><br>Building Android/iOS Apps</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2021-Current</span><br>Programmer Trainer at ET Institute</li>
<li><span>2019-2021</span><br>Team Leader at StarApp LLC.</li>
<li><span>2014-2019</span><br>Internship at ekart eCommerce.</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2014</span><br>Programmer Trainer at ET Institute</li>
<li><span>2014</span><br>M.tech From MIT Pune</li>
<li><span>2012</span><br>B.tech From MIT Pune</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ------services------- -->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-regular fa-face-smile"></i>
<h2>Web Development</h2>
<p>Web development is the work involved in developing a website for the Internet or an intranet. It can range from developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services. </p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-solid fa-code"></i>
<h2>Java Programming</h2>
<p>Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible .</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-brands fa-app-store"></i>
<h2>App Development</h2>
<p>App development is the process of creating software applications that run on mobile devices such as smartphones and tablets. App developers design and build scalable, maintainable and secure applications that meet user needs.</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!--portfolio-->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="https://media.istockphoto.com/id/507754074/photo/creative-brainstorming.jpg?s=612x612&w=0&k=20&c=ajUUKu6_FjL6ZsD-J1D626vU2N2u9jVRIwSrJmzU7u8=">
<div class="layer">
<h3>Team Leader</h3>
<p>A team leader is a person who provides guidance, instruction, direction and leadership to a group of individuals (the team) for the purpose of achieving a key result or group of aligned results.</p>
<a href="#"><i class="fa-brands fa-staylinked"></i></a>
</div>
</div>
<div class="work">
<img src="https://media.istockphoto.com/id/1387035426/photo/close-up-photo-of-woman-hands-using-laptop-computer-in-the-office.webp?b=1&s=170667a&w=0&k=20&c=kpllWjY7TsTlDW3HmXixvyHDIvM9eC_KvbD2_yew8YM=">
<div class="layer">
<h3>Product Manager</h3>
<p>A product manager is a professional role that is responsible for the development of products for an organization, known as the practice of product management</p>
<a href="#"><i class="fa-brands fa-staylinked"></i></a>
</div>
</div>
<div class="work">
<img src="https://media.istockphoto.com/id/1249734827/photo/creative-managers-crew-working-with-new-startup-project-in-office-team-brainstorming.jpg?s=612x612&w=0&k=20&c=Ojw0JLFB2Xi1RHQrxJAtVtUaGercIDfauZwWZ2Euoik=">
<div class="layer">
<h3>Java Engineer</h3>
<p>A Java developer (sometimes called a ‘Java engineer’ or a ‘Java dev’) is a specialized IT professional working with Java. Java developers are responsible for developing software, websites, and applications using Java.</p>
<a href="#"><i class="fa-brands fa-staylinked"></i></a>
</div>
</div>
</div>
<a href="#" class="btn">See More</a>
</div>
</div>
<!--contact-->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-envelope"></i> [email protected]</p>
<p><i class="fa-solid fa-phone-flip"></i> 0123456789</p>
<div class="social-icons">
<a href=""><i class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-google"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="https://s3.resume.io/cdn-cgi/image/width=544,height=480,fit=crop,gravity=top,quality=75,format=auto/uploads/local_template_image/image/2081/persistent-resource/new-york-cv-templates.jpg" download class="btn btn2">Download CV</a>
</div>
<div class="contact-right">
<form>
<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="submit" class="btn btn2">Submit</button>
</form>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright <i class="fa-regular fa-copyright"></i> Vipul.Made with <i class="fa-solid fa-heart"></i> by Easy Tutorial</p>
</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-links");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-links");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
</body>
</html>