-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (181 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="protfolio.css">
</head>
<body>
<div class="container-fluid">
<div class="row" id="header">
<div class="col-md-6">ADITI RAJ</div>
<div class="col-md-2"><a href="#about">ABOUT</a></div>
<div class="col-md-2"><a href="#protfolio">PORTFOLIO</a></div>
<div class="col-md-2"><a href="#contact">CONTACT</a></div>
</div>
<div id="details">
<div id="about">
<div id="image">
<img src="https://avatars1.githubusercontent.com/u/23485881?v=3&u=17926e97f17b4d474e2a8a312a3b3356848f4589&s=400">
</div>
<ul>
<li> I have 3.5 years of industry experience in C language.</li>
<li>I am a Free Code Camp Certified Front-End Web developer.</li>
<li>I am a Udemy Certified Angular 5 Programmer.</li>
<li>I am a Udemy Certified Typescript Programmer.</li>
</ul>
<p><strong>Technical Proficiency </strong></p>
<div id="lang" class="skills">
<table>
<tr>
<th>Languages:</th>
</tr>
<tr>
<td>HTML 5</td>
</tr>
<tr>
<td>CSS 3</td>
</tr>
<tr>
<td>JavaScript</td>
</tr>
<tr>
<td>JQuery</td>
</tr>
<tr>
<td>TypeScript</td>
</tr>
</table>
</div>
<div id="framework" class="skills">
<table>
<tr>
<th>Frameworks:</th>
</tr>
<tr>
<td>Bootstrap</td>
</tr>
<tr>
<td>Angular 5</td>
</tr>
</table>
</div>
<div id="os" class="skills">
<table>
<tr>
<th>Operating Systems:</th>
</tr>
<tr>
<td>Linux</td>
</tr>
<tr>
<td>Windows</td>
</tr>
</table>
</div>
<div id="tools" class="skills">
<table>
<tr>
<th>Tools:</th>
</tr>
<tr>
<td>GitHub</td>
</tr>
<tr>
<td>Firefox F12 Web Console</td>
</tr>
<tr>
<td>Visual Studio IDE</td>
</tr>
</table>
</div>
</div>
</div>
<div id="protfolio">
<p><strong>Projects</strong></p>
<table class="projects">
<tr>
<td>Word guess game App</td>
</tr>
<tr>
<td><a href="https://aditiraj.github.io/guess-game/" target="_blank"><img src="https://github.com/aditiraj/guess-game/blob/gh-pages/guessword.png?raw=true"></a></td>
</tr>
<tr><td>HTML,CSS,Javascript</td></tr>
</table>
<table class="projects">
<tr>
<td>Memory game App</td>
</tr>
<tr>
<td><a href=" https://aditiraj.github.io/memory-game/" target="_blank"><img src="https://github.com/aditiraj/memory-game/blob/master/images/memory.png?raw=true"></a></td>
</tr>
<tr><td>HTML,CSS,Javascript</td></tr>
</table>
<table class="projects">
<tr>
<td>Tribute page</td>
</tr>
<tr>
<td><a href=" https://codepen.io/aditiraj/full/LyZYme/" target="_blank"><img src="http://telugnet.na1381756400.netdna-cdn.com/wp-content/uploads/2015/07/Dr-APJ-Abdul-Kalam1.jpg"></a></td>
</tr>
<tr><td>HTML,CSS</td></tr>
</table>
<table class="projects">
<tr>
<td>Random Quote Machine</td>
</tr>
<tr>
<td><a href=" https://codepen.io/aditiraj/full/KmoQvW/" target="_blank"><img src="https://s-media-cache-ak0.pinimg.com/736x/2f/07/5f/2f075fbd6016e1084b6d698cb7df9905.jpg"></a></td>
</tr>
<tr><td>HTML,CSS,JQuery</td></tr>
</table>
<table class="projects">
<tr>
<td>Local Weather App</td>
</tr>
<tr>
<td><a href=" https://codepen.io/aditiraj/full/wdxXpO/" https://codepen.io/aditiraj/full/wdxXpO/target="_blank"><img src="http://s3-ap-southeast-1.amazonaws.com/subscriber.images/biology/2016/01/29120742/Climate.jpg"></a></td>
</tr>
<tr><td>HTML,CSS,Javascript</td></tr>
</table>
<table class="projects">
<tr>
<td>Wikipedia Viewer</td>
</tr>
<tr>
<td><a href=" https://codepen.io/aditiraj/full/KmJwpw/" target="_blank"><img src="http://www.csicop.org/uploads/images/si/wikipedia-logo.jpg"></a></td>
</tr>
<tr><td>HTML,CSS,JQuery</td></tr>
</table>
</div>
<div id="contact">
<p><strong>My Contact</strong></p>
<div class="mail">
<table>
<tr>
<th>Email</th>
</tr>
<tr>
<td>[email protected]</td>
</tr>
</table>
</div>
<div class="mail">
<table id="icons">
<tr><th>Around the Web</th></tr>
<tr>
<td><a href="https://github.com/aditiraj" target="_blank"><i class="fa fa-github fa-5x" ></i></a></td>
<td><a href="https://www.freecodecamp.com/aditiraj" target="_blank"><i class="fa fa-free-code-camp fa-5x"></i></a></td>
<td><a href="https://codepen.io/aditiraj/#" target="_blank"><i class="fa fa-codepen fa-5x"></i></a></td>
</tr>
</table>
</div>
</div>
<div class="row" id="footer">
<div class="col-md-12">Coded by Aditi Raj.</div>
</div>
</div>
</body>
</html>