-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotfolio.html
More file actions
63 lines (59 loc) · 2.74 KB
/
Copy pathprotfolio.html
File metadata and controls
63 lines (59 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="photo">
<h1 class="text">VEDANSHI ARYA</h1>
<img src="photo 1.jpeg" style="border: 25px solid white;height:50%; width:28%;margin-bottom:25px;">
<h3 class="text">Student </h3>
<h3>A Passionate Learner</h3>
<h3>Reliance Foundation Scholar</h3>
<h3>Tata Pankh Scholar</h3>
</div>
<div class="about">
<h2><i class="fa-solid fa-bars" style="margin-right:8px"></i>ABOUT ME</h2>
<p>I am a Btech student at Noida Institute of Engineering And Technology. I have completed my 12th with 92% in PCM. I am Uttar Pradesh.
My area of interest is <i><b><u>Web Development</u></b></i> . Passionate in my learning my strength is I am a quick learner with focused mind.</p>
</div>
<div class="details">
<h2><i class="fa-solid fa-school" style="margin-right:8px"></i>EDUCATION</h2>
<p>Schooling from Haryana </p>
<p>Under-Graduation at NIET</p>
<h2>LANGUAGES KNOWN</h2>
<p>Hindi</p>
<p>English</p>
<p>German A1 level</p>
<h2>PROGRAMMING LANGUAGE</h2>
<p>Python</p>
<p>HTML</p>
<p>CSS</p>
<p>Javascript</p>
</div>
<div class="contact">
<h2><i class="fa-solid fa-phone" style="margin-right:8px"></i>CONTACT ME</h2>
<h2>Social Media Accounts</h2>
<a href="*"><i class="fa-brands fa-line" style="margin-right:8px"></i>Linkedln</a>
<a href="*"><i class="fa-brands fa-instagram "style="margin-right:8px"></i>Instagram</a>
<a href="*"><i class="fa-solid fa-envelopes-bulk" style="margin-right:8px"></i>Gmail</a>
<h2>Contact number</h2>
<p>9988776655</p>
</div>
<div class="experience">
<h2><i class="fa-solid fa-book" style="margin-right:8px"></i>PROJECTS</h2>
<p>Amazon clone page <a href='*'>See</a></p>
<p>Landing page<a href="*">See</a></p>
<p>Calculator<a href='*'>See</a></p>
<h2><i class="fa-solid fa-medal "style="margin-right:8px"></i>ACHIEVEMENTS</h2>
<p>Gold , Silver medals in science and maths olympiads. 2nd position in school debate competition .
</p>
</div>
</div>
</body>
</html>