-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
56 lines (56 loc) · 2.66 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
<!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>Jack Website</title>
<link rel="icon" href="Lg00.png">
<link rel="stylesheet" href="jack.css">
</head>
<body>
<section class="container">
<div class="half-width">
<h1>Welcome to the<br><span class="purple-color">Jack</span> World<h1>
<h2>I am a persian Cat</h2>
<h3>Sleepy + Royal with lots of attitude.</h3>
<p>You might see me at alley to alley because i am an Engineer.<br>Roming like a rouge Cat</p>
<a class="primary-btn" href="https://deepakpadhi90058.wixsite.com/deepakpadhi">Hire Me</a>
</div>
<div class="half-width">
<img class="side-img" src="jack_02.jpg" alt="User">
</div>
</section>
<!--Dreams-->
<!--<section class="container2">-->
<section class="container">
<!--<div class="half-width2">-->
<div class="half-width">
<img src="jack.jpg" alt="Dreams" class="side-img2">
</div>
<div class="half-width">
<h2>BIG DREAM</h2>
<h4>Become an Full Stack Web Developer</h4>
<p>I already learned the basic HTML CSS. I can build any simple website. I can even teach my grandma how to make simple website. My goal is to build 3 websites and learn advanced topics</p>
<a class="primary-btn" href="mailto:deepakpadhi90058@gmail.com">Mail</a>
</div>
</section>
<!--Experience-->
<section class="container experience">
<h2>Experience</h2>
<div class="experience-item">
<h3>Full Stack Web Developer</h3>
<p class="purple-color">2021 - Present | Pro Level Developer</p>
<p>I am the master of HTML, CSS and Javascript. I know everything needed to make a website function efficiently. I didn't stop with the web. I went beyond with the most popular Javascript framework called Vue Js. I even know the deployment, server and security. I will give you 100% web solution.</p>
</div>
<div class="experience-item">
<h3>Baby Web Developer</h3>
<p class="purple-color">2019 - 2021 | Programming Hero (Remote)</p>
<p>They didn't offer me a job. But I made myself as a remote web developer. I made their website and showed it to them. They liked it. And uploaded the content. It was fun working at Programming Hero</p>
</div>
</section>
<footer>
<p> © Jack the Web Developer 2021, an Deepak Padhi initiative</p>
</footer>
</body>
</html>