-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblogs.html
More file actions
179 lines (164 loc) · 6.24 KB
/
blogs.html
File metadata and controls
179 lines (164 loc) · 6.24 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VG Meetings</title>
<link rel="icon" href="./assets/favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
</head>
<body>
<nav id="desktop-nav">
<div class="logo">vishalgorai</div>
<div>
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#experience-timeline">Career</a></li>
<li><a href="blogs.html">Blogs</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="hamburger-nav">
<div class="logo">vishalgorai</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<ul>
<li><a href="index.html#about" onclick="toggleMenu()">About</a></li>
<li><a href="index.html#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href="index.html#experience-timeline" onclick="toggleMenu()">Career</a></li>
<li><a href="blogs.html" onclick="toggleMenu()">Blogs</a></li>
<li><a href="index.html#contact" onclick="toggleMenu()">Contact</a></li>
<li><button class="close-btn" onclick="toggleMenu()">Close</button></li>
</ul>
</div>
</div>
</nav>
<!-- <section id="scheduling" class="calendar-section">
<p class="section__text__p1">Let's catch up!</p>
<h1 class="title">My Calendar</h1>
<div class="">
<div class="calendly-inline-widget" data-url="https://calendly.com/vishalgorai93/30min?hide_gdpr_banner=1"
style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
</div>
</section> -->
<section id="projects" class="calendar-section">
<p class="section__text__p1">My written explorations</p>
<h1 class="title">Blogs</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/blog-1.png"
alt="Project 1"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Solving the CAPTCHAs</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://greyhatlinux.medium.com/solving-the-captchas-8c52699e8644'"
>
Read on Medium
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/blog-2.png"
alt="Project 2"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Why DigiBoxx, Why?</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://greyhatlinux.medium.com/why-digiboxx-why-7326c2f2fabc'"
>
Read on Medium
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/blog-3.png"
alt="Project 3"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Phases of an NMAP scan</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://greyhatlinux.medium.com/phases-of-an-nmap-scan-e6491e081707'"
>
Read on Medium
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/blog-4.png"
alt="Project 3"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">My six months Internship</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://greyhatlinux.medium.com/my-six-months-internship-experience-39d49e54a2fc'"
>
Read on Medium
</button>
</div>
</div>
</div>
</div>
<section id="contact-2">
<div class="btn-container">
<button class="btn btn-color-2 btn-3" onclick="location.href='https://medium.com/@greyhatlinux'">
Visit my Medium Page
</button>
</div>
</section>
</section>
<!-- <section id="contact-2">
<div class="btn-container">
<button class="btn btn-color-2 btn-3" onclick="location.href='meeting.html'">
Visit my Medium Page
</button>
</div>
</section> -->
<footer>
<nav>
<div class="nav-links-container">
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#experience-timeline">Career</a></li>
<li><a href="blogs.html">Blogs</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<p>© 2025 | Vishal Gorai</p>
</footer>
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.10/typed.min.js"></script>
</body>
</html>