-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsourcecodehtml.txt
More file actions
82 lines (82 loc) · 4.05 KB
/
sourcecodehtml.txt
File metadata and controls
82 lines (82 loc) · 4.05 KB
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
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Rubik+Mono+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<!-- font-family: 'Reenie Beanie', cursive; * if want to use instead of existing header fonts/ -->
<title>Malav Shah - Personal Portfolio</title>
<html>
<header>
<nav>
<div class="logo">
<h2>Malav Shah</h2>
</div>
<ul class="stylemenu">
<li class="list li2"><a href="#aboutsection">About</a></li>
<li class="list li2"><a href="#worksection">Work</a></li>
<li class="list li2"><a href="#findsection">Find</a></li>
</ul>
</nav>
</header>
<body style="background-image: url(profile00.);">
<section>
<div>
<div class="profileimage">
<img src="profile.png" alt="profile image" title="Introduction">
</div>
<div class="intro">
<div><h1>Hi, I am Chewie!</h1></div>
<br>
<div>Just Kiddin:) I am Malav, from a galaxy far away.</div>
<div>I am an Engineering student based in ontario, Canada. <br>I have a passion for coading, web-designing and reading fictions.</div>
</div>
</div>
</section>
<br>
<section>
<div class="about" id="aboutsection">
<div>
<div class="profile1"><img src="profile1.png" alt="About Me Chewie"></div>
<h2>About Me</h2>
<P>I am a self-taught web developer. I am still learning how to make interactive website using html, css and javascript.</P>
<p>I have worked on independent projects like developing blog-websites, tribute projects and educative web-designing.</p>
<p>I was born in beautiful western India, I have travelled throughout India.</p>
<p>Just between us, I am also a jedi!</p>
</div>
</div>
</section>
<section>
<div class="work" id="worksection">
<div>
<div class="profile2"><img src="profile2.png" alt="Work Chewie"></div>
<h2>Work</h2>
<P>I have worked on several projects like "Piston Development", "CAD Drafting and Assembly", "Renewable Energy".</P>
<p>I also have one year of working experience in customer service department.</p>
<p>I have working knowledge of html, css and basic python.</p>
<p>I have worked with Republic to stop evil sith but that was long ago :))</p>
</div>
</div>
</section>
<section>
<div class="contact" id="findsection">
<div>
<div class="profile3"><img src="profile3.png" alt="contact chewie"></div>
<h2>Contact Me</h2>
<P>You can find me on <a href="https://www.instagram.com/?hl=en" target="_blank" style="text-decoration: none;">Instagram</a></P>
<p>You can reach me on <a href="mailto: malavhshah@gmail.com" style="text-decoration: none;">Email</a></p>
<p>You can see me on <a href="https://www.facebook.com/" target="_blank" style="text-decoration: none;">Facebook</a></p>
<p>If you want to meet then I am on Tatooine for short period of time. I will leave for a new star system soon!</p>
</div>
</div>
</section>
</body>
<footer>
<section>
<div class="footer">
<p> ©Website developed by Malav Shah</p>
</div>
</section>
</footer>
</html>