-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (74 loc) · 3.38 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vinit Nagar~linkedCV</title>
<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=Kode+Mono:[email protected]&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="inner-div">
<div id="img"></div>
<div>
<h1 class="head"
style="color: rgb(0, 0, 62); background-color: white ; width: fit-content; padding: 5px 10px; border-radius: 10px;">
VINIT NAGAR</h1>
<p class="head" style="color: white;">Currently a Full Stack Web Developer</p>
<p class="head" style="color: white;">Finding career on Ai and Computer vision</p>
</div>
</div>
<section>
<h2>About Me </h2>
<hr>
<p class="section-content">
An aspiring engineer and tech enthusiast, trapped in the wrong academic branch, harbours a deep passion
for the technical field, with a special focus on <code>Web Backend</code> <code>AI</code> & <code>Computer vision</code>
</section>
<section>
<h2>Education</h2>
<hr>
<ul>
<li><span class="bald">• Bachelor of Engineering :</span> MBM UNIVERSITY, JODHPUR</li>
<li><span class="bald">• 12th Board :</span> SVGMS, Sumerpur</li>
<li><span class="bald">• 10th Board :</span> RGAVM, Takhatgarh</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<hr>
<div id="skillsContainer"></div>
</section>
<section>
<h2>My Projects</h2>
<hr>
<div class="pro" id="projectContainer"></div>
</section>
<section>
<h2>Get in Touch</h2>
<hr>
<ul class="contact-list">
<li>• <img src="./zsvg/twitter.svg" alt="twitter logo">Twitter / X: <a href="#" target="_blank">@sorxererr</a></li>
<li>• <img src="./zsvg/github.svg" alt="github logo">GitHub : <a href="https://github.com/vinitngr" target="_blank">@vinitngr</a></li>
<li>• <img src="./zsvg/linked.svg" alt="linkedIn logo">LinkedIn : <a href="https://www.linkedin.com/in/vinit-nagar-264434293/" target="_blank">Vinit Nagar</a></li>
</ul>
<form id="contactForm">
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit">Send Message</button>
</form>
</div>
<script src="./script.js"></script>
</body>
</html>