-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio.html
99 lines (91 loc) · 4.47 KB
/
Portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aryaman- Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="Home">
<nav>
<div class="left">Aryaman's Portfolio</div>
<div class="right">
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</div>
</nav>
<main>
<section class="homeSection">
<div class="leftSection">
<span style="color: rgba(255, 255, 0, 0.83);">Hey</span>, My Name is <h1>Aryaman Gupta</h1>
</div>
<div class="rightSection">
<img src="IMG_20231013_125014_032.jpg" alt="">
</div>
</section>
<hr color="white">
<section id="about">
<h2>ABOUT ME</h2>
<div class="aboutSection">
<img src="about.png" alt="">
<p>
I am a learner in <span class="purple">Web Development and coding</span> originating from the enchanting
district <span class="purple">Moradabad</span>, nestled in the heart of <span class="purple">Uttar
Pradesh</span>. Presently, I am pursuing a <span class="purple">Bachelor's degree in
Computer Science Engineering</span>, specializing in
<span class="purple"></span>Computer Science, at <span class="purple">AKGEC,Ghaziabad</span>. <br>
I have completed my Class XII from CBSE School with 94.4% marks. I have also qualified JEE with 91.25 percentile.
I am passionate in learning and exploring new things. Currently, I am working on Skills like WEB DEVLOPEMENT and Programing.I also do Competetive Programming in C++,At Leetcode and Codechef.
</p>
</div>
</section>
<hr color="white">
<br>
<br>
<section>
<h1 style="text-align: center;">SKILLS</h1>
<br>
<div class="cont"></div>
<div class="skills">
<img src="OIP.jpg" style="width: 80px; height: 80px;">
<img src="mysql.jpg" style="width: 80px; height: 80px;">
<img src="C.jpg" style="width: 80px; height: 80px;">
<img src="html.jpg" style="width: 80px; height: 80px;">
<img src="react.js-img.png" style="width: 80px; height: 80px;">
<img src="mongodb.png" style="width: 80px; height: 80px;">
<img src="JavaScript-logo.png" style="width: 80px; height: 80px;">
<img src="C++Logo.svg" style="width: 80px; height: 80px;">
</div>
</section><br>
<br>
<hr color="white">
<section id="contact">
<h2>Let's work together...</h2>
<div class="container"></div>
<div class="contact_way">
<a target="_blank" href="https://www.instagram.com/_aryaman_gupta_01/"><i class="fa fa-instagram"></i>
<h3>Instagram</h3>
</a>
<a target="_blank" href="https://www.linkedin.com/in/aryaman-gupta-b077b2257/"><i class="fab fa-linkedin"></i>
<h3>Linkedin</h3>
</a>
<a target="_blank" href="https://github.com/Aryam2121"><i class="fab fa-github"></i>
<h3>Github</h3>
</a>
<a target="_blank" href="[email protected]"><i class="fa fa-envelope"></i>
<h3>@ Send Mail</h3>
</a>
</div>
</div>
</section>
</main>
<footer>
<p>Made with <b style="color: red;">♥</b> by <em style="color: rgb(16, 192, 241);">Aryaman Gupta</em></p>
</footer>
</body>
<script src="https://kit.fontawesome.com/7a4b62b0a4.js" crossorigin="anonymous"></script>
</html>