-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (95 loc) · 5.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="author" content="Rishi dhiman">
<meta name="description" content="website developer, tech enthusiast, petrolhead and music lover.">
<meta name="keywords" content="rishi dhiman, resume, portfolio, website, cv, programmer, software developer, website developer, open source, computer science, computer engineering, cars, supercars, music, tech, technology, smartphones, android, ios, macos, windows, linux" />
<title>Rishi dhiman</title>
<link rel="shortcut icon" type="image/ico" href="./assets/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Lexend+Deca:400|Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" crossorigin="anonymous">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.9"></script>
<script src="./js/main.js"></script>
</head>
<body>
<div id="bg"></div>
<header>
<div id="title_card" class="card">
<div><img id="photo" src="./assets/rishi.gif"></div>
<h1 id="name">RISHI DHIMAN</h1>
<span id="description"></span>
</div>
</header>
<main>
<div id="info_card" class="card">
<section class="tab">
<div class="title"><i class="fas fa-info-circle"></i>About Me</div>
<div class="content">
<section class="element">
<div class="info">I am a pursuing a undergrad in computer science Engineering from the <a class="green_color" target="_blank" href="http://www.chitkara.edu.in">Chitkara university</a> at punjab, India. I am deeply interested in programming and website development. I am accustomed to working on Linux operating systems. Being a part of the university’s Mean batch blended in me spirit of teamwork. I aspire to work and gain exposure in a company or research stream that offers a chance to apply all the knowledge gained over the years more practically , solve some real life problems and leverage technology to make the world a better place.
As a human, I strongly believe in the teachings of Gautam Buddha who says - <i>Be kind to all, this is the true religion </i>.
<p> Other things in life that I enjoy are Cricket, clash royale, and watching TED/josh talks with a cup of tea.</p></div>
</section>
</div>
<div class="content">
<section class="element">
<div class="info">Get in touch if you want to talk!</div>
</section>
</div>
</section>
</div>
<div id="info_card" class="card">
<section class="tab">
<div class="title">WHAT AM I WORKING ON?</div>
<div class="content">
<section class="element">
<div class="name"><a target="_blank">JAVA </a></div>
<div class="info">i am trying my best to learn java and be a good programmer</div>
</section>
<hr align="left">
<section class="element">
<div class="name"><a href="" target="_blank">updating soon </a></div>
<div class="info">updating soon</div>
</section>
</div>
</section>
</div>
<div id="info_card" class="card">
<section class="tab">
<div class="title"><i class="fas fa-users"></i>Social</div>
<div class="content">
<hr align="left">
<section class="element">
<div class="name"><a href="https://www.youtube.com/channel/UCf-Y34a0e1YPTHct343OnpA" target="_blank">YouTube Channel</a></div>
<div class="info">I own a tech-centric YouTube channel</div>
</section>
</div>
</section>
</div>
</main>
<footer>
<div id="social_card" class="card">
<section class="tab">
<div class="title"><i class="fas fa-share-alt"></i>Connect</div>
<div class="content">
<div class="social_links"><a href="mailto:rishidhiman10@gmail.com" target="_blank"><i class="fas fa-envelope"></i> Email </a></div>
<div class="social_links"><a href="https://www.linkedin.com/in/dhimanrishi" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn </a></div>
</div>
<div class="content">
<div class="social_links"><a href="https://www.instagram.com/rishi_dhiman_" target="_blank"><i class="fab fa-instagram"></i> Instagram </a></div>
<div class="social_links"><a href="https://github.com/rishidhiman" target="_blank"><i class="fab fa-github"></i> GitHub </a></div>
</div>
</section>
</div>
<a href="" target="_blank">
<div id="fab"><i class="fas fa-download"></i></div>
</a>
</footer>
</body>
</html>