-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (123 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ridhav Modi | PortFolio</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes" rel="stylesheet">
<link rel="icon" href="img/logo.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
</head>
<body>
<section id="first">
<div class="circle"><h1 id="name"><span>I</span> <span>A</span>m <span>R</span>idhav <span>M</span>odi</h1></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div id="main">
<nav>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#second">About Me</a></li>
<li><a href="#third">Projects</a></li>
<li class="last"><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
<div>
<h1><span>A D</span>eveloper</h1>
<p>Hello there! My name is Ridhav and this is my little corner on the Internet.</p>
<a href="contact.html" id="btn1">Contact Me</a>
<a href="#second" id="btn2">Know more</a>
</div>
</div>
</section>
<section id="second">
<h3>About Me</h3>
<hr>
<p>Hello I'm Ridhav Modi. I'm pursuing my B.E from Chitkara University in Computer Science stream. On the Tech side, I would like to do front end development and coding. No doubt like every student I also hate theory subjects. Ok, we did so much talk about study side now jump onto some other things. So, beside of studies I would like to play chess and hanging out with friends. In the free time I listen to music or watch movies. And yes, I'm Theist. Also I do A lot of fun stuff to get my time passed with happiness.</p>
<div><img src="img/mine.jpg" alt=""></div>
</section>
<section id="third">
<div class="circle5"></div>
<div class="circle6"></div>
<h1>Projects</h1>
<div class="gallery">
<table cellspacing="25">
<tr>
<td>
<div class="block">
<a href="https://github.com/Ridvmodi/Cafeteria-Website"><img src="img/sqone.png" alt=""></a>
<div class="blacklayer"></div>
</div>
</td>
<td>
<div class="block">
<a href="https://github.com/Ridvmodi/challkpad"><img src="img/chalkpad.png" alt=""></a>
<div class="blacklayer"></div>
</div>
</td>
</tr>
<tr>
<td>
<div class="block">
<a href="https://github.com/Ridvmodi/Ridvmodi.github.io"><img src="img/portfolio.png" alt=""></a>
<div class="blacklayer"></div>
</div>
</td>
<td>
<div class="block">
<a href="https://github.com/Ridvmodi/Arduino_Toycar"><img src="img/toycar.png" alt=""></a>
<div class="blacklayer"></div>
</div>
</td>
</tr>
</table>
</div>
</section>
<section id="fourth">
<h1>Technologies used by me</h1>
<div class="slider">
<div class="slide">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-java-plain-wordmark colored"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-cplusplus-plain-wordmark colored"></i>
<i class="devicon-c-plain-wordmark colored"></i>
<i class="devicon-git-plain-wordmark"></i>
<i class="devicon-python-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-linux-plain colored"></i>
<i class="devicon-oracle-original colored"></i>
<i class="devicon-jquery-plain-wordmark colored"></i>
</div>
<div class="slide">
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-java-plain-wordmark colored"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-cplusplus-plain-wordmark colored"></i>
<i class="devicon-c-plain-wordmark colored"></i>
<i class="devicon-git-plain-wordmark"></i>
<i class="devicon-python-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark"></i>
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-linux-plain colored"></i>
<i class="devicon-oracle-original colored"></i>
<i class="devicon-jquery-plain-wordmark colored"></i>
</div>
</div>
<h1>Get In Touch</h1>
<div class="icons">
<a href="https://github.com/Ridvmodi"><i class="fa fa-github"></i></a>
<a href="https://www.facebook.com/ridvgrg"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/ridv_modi"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/ridhav-modi-245536161/"><i class="fa fa-linkedin"></i></a>
<a href="contact.html"><i class="fa fa-envelope"></i></a>
</div>
<div class="footer"><p>With<i class="fa fa-heart"></i>By Ridv</p></div>
</section>
</body>
</html>