-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (127 loc) · 5.18 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!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>Portfolio</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body id="home">
<nav>
<ul class="nav_out">
<li class="nav_in"><a href="#home">Home</a></li>
<li class="nav_in"><a href="#about-me">About Me</a></li>
<li class="nav_in"><a href="#skills">Skills</a></li>
<li class="nav_in"><a href="#projects">Projects</a></li>
<li class="nav_in"><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="home">
<div class="home_in">
<h3 class="home_t1">Hello! I am</h3>
<h1 class="home_t2">Aditya Kushwaha</h1>
<p class="home_t3">A designer rendering pixels of life from the land of Ghaziabad. Working
on Photoshop, Blender, and Figma. Designing everything from announcement
cards to professional UI/UX.</p>
</div>
<div>
<img class="home_img" src="mainele.png" alt="">
</div>
</div>
<div class="about" id="about-me">
<br>
<h3 id="about_head">About Me</h3>
<br>
<p id="about_txt">I am an undergraduate at Ajay Kumar Garg engineering college pursuing BTech in artificial intelligence and machine learning. I like to bring the best of both worlds into my design.
I have passed the 10th standard with 93% from St. Xavier College, Jhansi, and the 12th standard with 90.8% from Indraprastha academy, Jhansi.
Currently, I work as designer for Team Footprints.</p>
</div>
<div class="skills_main" id="skills">
<br><br>
<h3 id="skills_head">Skills</h3>
<div class="skills_row">
<div class="skills_column">
<img class="blend" src="blender.png" alt="">
<h2 class="skills_title">Blender</h2>
</div>
<div class="skills_column">
<img class="photoshop" src="photoshop.png" alt="">
<h2 class="skills_title">Photoshop</h2>
</div>
<div class="z3">
<img class="figma" src="figma.png" alt="">
<h2 class="skills_title">Figma</h2>
</div>
</div>
</div >
<div id="projects">
<br><br><br><br><br>
<h3 id="projects_head">Projects</h3>
<div>
<div class="projects_img_left" >
<img class="killjoy_img" src="KILLJOY.jpg" alt="">
<div class="projects_des">
<h3 class="project_head">VALORANT Killjoy Card</h3>
<p class="project_txt">This is made with the help of Figma.</p>
<p class="project_txt">It gives information of popular pc-game valorant.</p>
<br>
<p class="project_link"><a href="https://www.figma.com/file/5EQkb6pGJMxvyvjdW8hV8I/KILLJOY?node-id=0%3A1" target="_blank">Project Link</a></p>
</div>
</div>
</div>
<div>
<div class="project_img_right" >
<img class="untitiled_img" src="untitled.png" alt="">
<div class="projects_des">
<h3 class="project_head">Dark Themed Bridge</h3>
<p class="project_txt">This is made with the help of Blender.</p>
<p class="project_txt">Using modifiers and rendered in Eevee Mode.</p>
</div>
</div>
</div>
<div class="projects_img_left" >
<img class="interface_img" src="INTERFACE12.png" alt="">
<div class="projects_des">
<h3 class="project_head">UI for Gaming Website</h3>
<p class="project_txt">This is made with the help of Figma.</p>
<p class="project_txt">Anyone can explore and get updates </p>
<br>
<p class="project_link"><a href="https://www.figma.com/file/vnXo8nw8Pxe6Sxnl7hbE4w/INTERFACE?node-id=0%3A1" target="_blank">Project Link</a></p>
</div>
</div>
</div>
</div>
<div>
<div class="project_img_right" >
<img class="task2_img" src="task2.png" alt="">
<div class="projects_des">
<h3 class="project_head">Game App UI</h3>
<p class="project_txt">This is made with the help of Figma.</p>
<p class="project_txt">It is of Login and Sign Up page.</p>
<br>
<p class="project_link"><a href="https://www.figma.com/file/SC5ff7NzusrKY9cWk8SVXj/si-task-2?node-id=1%3A2">Project Link</a></p>
</div>
</div>
<div id="contact">
<h3 id="contact_head">Contact Me</h3>
<div class="contact_inline">
<div >
<a href="https://instagram.com/aditya.k.731?igshid=YmMyMTA2M2Y=">
<img id="icon_size"src="instagram.png" alt="">
</a>
</div>
<div>
<a href="https://github.com/braniac731">
<img id="icon_size"src="github.png" alt="">
</a>
</div>
<div>
<a href="mailto:[email protected]">
<img id="icon_size"src="gmail.png" alt="">
</a>
</div>
</div>
</div>
</body>
</html>