-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (55 loc) · 1.55 KB
/
index.html
File metadata and controls
63 lines (55 loc) · 1.55 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>
<head>
<meta chartset='utf-8' />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Rohit Raheja</title>
<head>
<body>
<div class="header">
<h1>Rohit Raheja</h1>
<div class="separator"></div>
</div>
<div class="content">
<p>
Hi, I'm Rohit. I'm currently working with appOrbit as a Front End Engineer.
I'm a web enthusiast and enjoy working on Javascript, HTML and CSS.
</p>
<p>
Prior to this, I have worked at Symantec.
</p>
<p>
Learning and creating new stuff for the web is the force that drives me.
</p>
<p>
I love travelling, music and recently getting my hands dirty on
hardware programming using Arduino.
</p>
</div>
<div class="footer">
<ul class="social-icons">
<li title="Github">
<a href="https://github.com/rahejar/" target="blank">
<i class="fa fa-git-square fa-2x"></i>
</a>
</li>
<li title="linkedin">
<a href="https://in.linkedin.com/pub/rohit-raheja/68/a44/45a" target="blank">
<i class="fa fa-linkedin-square fa-2x"></i>
</a>
</li>
<li title="twitter">
<a href="https://twitter.com/rahejar10" target="blank">
<i class="fa fa-twitter-square fa-2x"></i>
</a>
</li>
<li title="rohitraheja88@gmail.com">
<a href="mailto:rohitraheja88@gmail.com">
<i class="fa fa-envelope-square fa-2x"></i>
</a>
</li>
</ul>
</div>
</body>
</html>