-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (113 loc) · 6.81 KB
/
about.html
File metadata and controls
113 lines (113 loc) · 6.81 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
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
<!DOCTYPE html>
<head>
<title>randomNerd</title>
<link rel="icon" type="image/png" href="assets/img/content/home/dprofile.svg">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="The portfolio of Rushikesh Dehankar, a student from SGGSIE&T" />
<meta name="keywords" content="rushikesh, dehankar, rushikesh dehankar, web design, graphic design, websites, graphics, illustration, freelance, developer" />
<meta name="robots" content="index, follow" />
<script type="text/javascript" src="//use.typekit.net/wdj6cpr.js"></script>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.14.0/css/mdb.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/custom.css">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans|Lato&display=swap" rel="stylesheet">
</head>
<body>
<secton class="intro">
<header>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">rN</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link home" href="index.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="work.html">WORKS</a>
</li>
<li class="nav-item">
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<div class="col-lg-6">
<img class="img-fluid" src="assets/img/content/about/about-me-intro.svg">
</div>
<div class="col-lg-6 d-flex justify-content-center" id="nav-intro">
<div>
<h2 class="about-me">About Me</h2>
<p class="header-me">know about my skills and workflow</p>
</div>
</div>
</div>
</div>
</secton>
<section id="about-me">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-lg-6">
<h2>HELLO WORLD !</h2>
<p>
My name is Rushikesh Dehankar. I’m a junior at SGGSIE&T in Nanded where I’m pursuing my B.Tech degree in Computer Science and Engineering.
</p>
<p>
I’m passionate about web design and development, user interface design and the problem solving aspect, it’s really rewarding to figure out a new problem or implement a better solution to an existing one. I am seeking freelance and/or internship in all these areas, please feel free to contact me or view my <a href="#">resume</a> if you are hiring me.
</p>
<p>
If you’ve got a project you’d like to work on with me just <a href="contact.html">get in touch</a> and we can get to work!
</p>
</div>
<div class="col-lg-4">
<img src="/assets/img/content/about/me-sq.jpg" class="img-thumbnail" alt="Rushikesh Dehankar">
</div>
</div>
</div>
</section>
<footer class="page-footer font-small">
<div class="container">
<div class="row">
<div class="col-md-12 py-5">
<div class="mb-5 flex-center">
<a class="fb-ic" href="https://www.facebook.com/random.nerd.rd/" target="_blank">
<i class="fab fa-facebook-f fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="tw-ic" href="https://twitter.com/_randomnerd/" target="_blank">
<i class="fab fa-twitter fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="li-ic" href="https://www.linkedin.com/in/rushikesh-dehankar-45a5151a0/" target="_blank">
<i class="fab fa-linkedin-in fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="ins-ic" href="https://www.instagram.com/_randomnerd_/" target="_blank">
<i class="fab fa-instagram fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="git-ic" href="https://github.com/randomrushi" target="_blank">
<i class="fab fa-github fa-lg white-text mr-md-5 mr-3 fa-2x"></i>
</a>
</div>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3" id="footer-copyright">© 2020 Copyright:
<a href="index.html">randomNerd.com</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>