-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathll.html
More file actions
74 lines (70 loc) · 4.05 KB
/
ll.html
File metadata and controls
74 lines (70 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
<!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>
<div class="p">
<img class="sun" src="https://media2.giphy.com/media/wGiDflDuxNx4keYKcb/200w.webp?cid=ecf05e47y3ok0x335wnexrwds9zkmoeuhufy7ck8crguh15a&rid=200w.webp&ct=s">
<img class="cloud-1" src="https://media3.giphy.com/media/L3LJPNdSXLkcgoWSp6/200w.webp?cid=ecf05e47xbxv1ubxgkbkt7tvijhcdivjztjlwsx07ieunfy3&rid=200w.webp&ct=s" alt="image/200w.webp">
<h1>I'm Lavish</h1>
<p>a programmer</p>
<img class="cloud-2" src="https://media3.giphy.com/media/L3LJPNdSXLkcgoWSp6/200w.webp?cid=ecf05e47xbxv1ubxgkbkt7tvijhcdivjztjlwsx07ieunfy3&rid=200w.webp&ct=s">
<img class="plant1" src="https://media3.giphy.com/media/5cFcxYJ3WkeOViRP94/giphy.webp?cid=ecf05e47ovd6bgq4a4lrkq4r8nc4n56onm47mvn8yjuoeqa6&rid=giphy.webp&ct=s">
<img class="plant2" src="https://media3.giphy.com/media/5cFcxYJ3WkeOViRP94/giphy.webp?cid=ecf05e47ovd6bgq4a4lrkq4r8nc4n56onm47mvn8yjuoeqa6&rid=giphy.webp&ct=s">
<img class="cloud-3" src="image/mountain.png">
</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.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="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="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>