-
Notifications
You must be signed in to change notification settings - Fork 0
/
root.html
113 lines (98 loc) · 4.4 KB
/
root.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="root.css">
<link href="loco.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="mousecircle">
</div>
<div id="landing_page">
<div id="navbar">
<a href="#">Vaibhav Bhatt</a>
<h4>Menu+</h4>
</div>
<div id="heading">
<div class="bounding">
<h1 class="boundingprg">Software</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h1 class="boundingprg" id="secondh1">Developer</h1>
</div>
<div class="bounding">
<h4 class="boundingprg" >Based In India</h4>
</div>
</div>
</div>
<div id="subheading">
<div class="bounding">
<h5 class="boundingprg">available for freelance</h5>
</div>
<div class="bounding">
<h5 class="boundingprg">work from may 2023</h5>
</div>
</div>
<div id="footer_landingpage">
<a href="#">Schooling <i class="ri-book-2-line"></i></a>
<a href="#1">prototype ambassador</a>
<div id="iconset">
<div class="circle"><i class="ri-arrow-down-line"></i></div>
<div class="circle"><i class="ri-arrow-down-line"></i></div>
</div>
</div>
</div>
<div id="secondpad">
<div class="element">
<img src="ixperience.png">
<h1>Profile</h1>
<h5>2023</h5>
</div>
<div class="element">
<img src="hudu.png">
<h1>Projects</h1>
<h5>2022-2023</h5>
</div>
<div class="element elemlast">
<img src="cynthia.png">
<h1>Future Ambitions</h1>
<h5><i class="ri-infinity-fill" height="10px"></i></h5>
</div>
</div>
<div id="about">
<img src="USER1.jpg" alt="">
<div id="text">
<h5>About Me</h5>
<p>Motivated Electronics and Communication Engineer Undergraduate at JIIT-62 with a strong passion for software development and problem-solving. Actively honing Data Structures and Algorithms (DSA) skills through platforms like GeeksforGeeks and LeetCode, with a focus on practical application. Completed hands-on web development projects, demonstrating proficiency in HTML, CSS, and JavaScript. Aspiring developer dedicated to continuous learning and personal growth. Committed to sharing knowledge and helping fellow beginners navigate the world of programming and development. Open to opportunities that allow me to apply and expand my skills while making a positive impact in the tech community.</p>
<a href="">Lets Talk</a>
</div>
</div>
<div id="subscribe">
<h5>(forgot to mention)</h5>
<h3>Subscribe to my youtube channel <i class="ri-arrow-down-line"></i></h3>
</div>
<div id="notice">
<h3>In Development Phase </h3>
</div>
<div id="footer">
<div id="leftfoot">
<h4>2023 @c</h4>
<h3>00:12 am</h3>
</div>
<div id="rightfoot">
<a href="#">Dribble</a>
<a href="#">instagram</a>
<a href="#">twitter</a>
<a href="#">Linkindin</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>