-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
86 lines (74 loc) · 4.14 KB
/
help.html
File metadata and controls
86 lines (74 loc) · 4.14 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
83
84
85
86
<!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>Lavish Gehlod</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="css/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<h3 class="head-name">LAVISH<br>GEHLOD
</h3>
<div class="p">
</div>
<div class="second-contailer">
<center><h1 class="text">HE <br> LLO<span style="color: red;">.</span></h1></center>
<center><p class="chch" style="color:white;">I'm <br>LAVISH GEHLOD <br>I'm a software engineer <br>who makes the program.</p></center>
<a href="https://lavi9966.github.io/pro/"><input id="bt1" type="button" value="RESUME"></input></a>
<a href="mailto:lavishgehlod@gmail.com"><input id="contact" type="button" value="Contact"></input></a>
<a href="D:\HTML\Web Development\New html\index.html"><input type="button" value="Home" id="home"></input></a>
<a href="https://www.linkedin.com/in/lavish-gehlod-340207237/"><input type="button" value="linkedin" id="linkdin"></input></a>
<a href="https://www.instagram.com/lavish_gehlod_/"><input type="button" value="Instagram" id="ig"></input></a>
<a href="https://lavi9966.github.io/pro/"><input id="resume2" type="button" value="RESUME"></input></a>
</div>
<div class="middle-container">
<div class="profile">
<img src="" alt="">
<h2>Hello.</h2>
<p>I am lavish gehlod student at the Acropolis Institute of Technology and Research and currently pursuing a BTech 2nd year of computer science.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="cpp" src="image/c.png" alt="">
<img class="cpp" src="image/c++.png" alt="">
<h3>C/C++</h3>
<p>In 2020 started learning c language and in 2021 c++ and now I am comfortable in c++, I love c++ </p>
</div>
<div class="skill-row">
<img class="htmlcss" src="image/htmlcss.png" alt="skill-image">
<h3>HTML and css</h3>
<p>I just started learning HTML and CSS and now i am comfortable with it</p>
</div>
<div class="skill-row">
<img class="hardware" src="image/hardware.png" alt="">
<h3>Computer Hardwares</h3>
<p>I am somewhat familiar with computer equipment such as SMPS, CPU, SATA cables, etc.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Noodle as much as i do.</h3>
<p>Love Noodle as much as i do? Let's talk about how awesome they are! We can code while we eat Noodle.</p>
<a class="btn" href="mailto:lavishgehlod@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="social">
<a href="https://www.instagram.com/lavish_gehlod_/"><img class="soim" src="image/instagram.png" alt="Instagram"></a>
<a href="https://www.linkedin.com/in/lavish-gehlod-340207237/"></a><img class="soim" src="image/linkedin (1).png" alt="LinkedIn"></a>
<a href="https://www.facebook.com/lavish.gehlod.7"><img class="soim" src="image/facebook.png" alt="Facebook"></a>
<a href="https://t.me/lavishgehlod"><img class="soim" src="image/telegram.png" alt="Telegram"></a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/lavish-gehlod-340207237/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://lavi9966.github.io/pro/">Website</a>
<p>© Lavish Gehlod.</p>
</div>
</body>
</html>