-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (127 loc) · 5.82 KB
/
index.html
File metadata and controls
144 lines (127 loc) · 5.82 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G0JD50H10T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G0JD50H10T');
</script>
</head>
<title>ROHAN</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,
h1,
h2,
h3,
h4,
h5 {
font-family: "Raleway", sans-serif
}
.w3-third img {
margin-bottom: -6px;
opacity: 0.8;
cursor: pointer
}
.w3-third img:hover {
opacity: 1
}
</style>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-bar-block w3-white w3-animate-left w3-text-grey w3-collapse w3-top w3-center"
style="z-index:3;width:300px;font-weight:bold" id="mySidebar"><br>
<h3 class="w3-padding-64 w3-center"><b>ROHAN<br>SALUNKE</b></h3>
<a href="javascript:void(0)" onclick="w3_close()"
class="w3-bar-item w3-button w3-padding w3-hide-large">CLOSE</a>
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button">PORTFOLIO</a>
<a href="#blog" onclick="w3_close()" class="w3-bar-item w3-button">BLOG</a>
</nav>
<!-- Top menu on small screens -->
<header class="w3-container w3-top w3-hide-large w3-white w3-xlarge w3-padding-16">
<span class="w3-left w3-padding">ROHAN SALUNKE</span>
<a href="javascript:void(0)" class="w3-right w3-button w3-white" onclick="w3_open()">☰</a>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Push down content on small screens -->
<div class="w3-hide-large" style="margin-top:100px"></div>
<!-- About section -->
<div class="w3-container w3-dark-grey w3-center w3-text-light-grey w3-padding-32 " style="height:100vh"
id="portfolio">
<br>
<img src="img.png" alt="Me" style="border-radius:20px">
<div class="w3-content w3-justify w3-center" style="max-width:600px">
<h4>ROHAN SALUNKE</h4>
<p>Passionate Software developer with keen interests in solving problems. </p>
<!-- Contact section -->
<div class="w3-container w3-light-grey w3-padding-32 w3-padding-large">
<div class="w3-content" style="max-width:600px">
<h4 class="w3-center"><b>Social</b></h4>
<div class="w3-center">
<a href="https://www.medium.com/@rohans16996">
<span class="w3-tag w3-black w3-margin-bottom">Mail</span>
</a>
<a href="https://www.linkedin.com/in/rohan-salunke">
<span class="w3-tag w3-black w3-margin-bottom">LinkedIn</span>
</a>
<a href="https://github.com/okrohan">
<span class="w3-tag w3-black w3-margin-bottom">Github</span>
</a>
<a href="https://www.medium.com/@rohans16996">
<span class="w3-tag w3-black w3-margin-bottom">Medium</span>
</a>
<a href="https://dev.to/okrohan">
<span class="w3-tag w3-black w3-margin-bottom">Dev.to</span>
</a>
</div>
</div>
</div>
<!-- End page content -->
</div>
</div>
<div class="w3-container w3-dark-grey w3-center w3-text-light-grey w3-padding-32 "
style="height:100vh; overflow: auto" id="blog">
<div class="w3-container w3-light-grey w3-padding-32 w3-padding-large">
<h1 class="w3-center">BLOGS</h1>
<ul class="w3-ul w3-xlarge w3-hoverable">
<a href="https://dev.to/okrohan/javascript-the-this-keyword-context-cheatsheet-2361">
<li>Javascript: The 'this' keyword [context] cheatsheet</li>
</a>
<a href="https://dev.to/okrohan/don-t-be-one-of-these-react-devs-3b46">
<li>Don't be one of these React Devs🙄</li>
</a>
<a
href="https://medium.com/@rohans16996/why-should-you-care-about-the-new-private-access-specifier-in-es2019-then-vs-now-compared-8f15cb5eb095">
<li>
Why Should you care about the new Private Access Specifier in ES2019: Then vs Now Compared🤩
</li>
</a>
<a href="https://medium.com/@rohans16996/dark-side-of-the-fat-arrow-function-8d2a477f743b">
<li>Dark Side of Fat Arrow Functions</li>
</a>
</ul>
</div>
</div>
</div>
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>