-
Notifications
You must be signed in to change notification settings - Fork 0
/
articles.html
106 lines (98 loc) · 5.38 KB
/
articles.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Articles</title>
<link rel="icon" href="images/title_logo.png" type="image/x-icon">
<meta name="description" content="Read articles written by Saket Khopkar on various topics including education, technology, psychology, mental health, e-sports, and web development.">
<meta name="keywords" content="Saket Khopkar, articles, blog posts, education, technology, psychology, mental health, e-sports, web development">
<link rel="stylesheet" href="styles/event.css">
<link rel="stylesheet" href="styles/Root-HTML.css">
<link rel="stylesheet" href="styles/nav-style.css">
<link rel="stylesheet" href="styles/landing-page.css">
<link rel="stylesheet" href="styles/achievement.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
</head>
<body>
<nav>
<div class="logo">
<img src="images/New-Logo.PNG" alt="Saket Khopkar's Logo">
</div>
<div class="nav-container">
<ul class="nav-links">
<li><a href="index.html" aria-label="Home">Home</a></li>
<li><a href="online.html" aria-label="About Me">About Me</a></li>
<li><a href="team.html" aria-label="Knowledge Base">Knowledge Base</a></li>
<li><a href="articles.html" aria-label="Blog Posts">Blog Posts</a></li>
<li><a href="contact_form.html" aria-label="Contact">Contact</a></li>
</ul>
</div>
<div class="mobile-menu">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<section class="about-section">
<h1>Articles Written / Published</h1>
<p>This section contains some of the articles I have written in my free time which demonstrate my expertise and hold on English Literature as well as Philosophy regarding various things happening in and around the world.</p>
<p>Feel free to go through them and yes, suggestions about improvement are highly welcome.</p>
<p><b>Scroll Down to view my exquisite collection of articles! You can read them by clicking on them :)</b></p>
<p>📧 Reach me at <a href="mailto:saketkhopkar910@gmail.com" style="color: white">saketkhopkar910@gmail.com</a></p>
</section>
<section class="past">
<div class="past-events">
<div class="first-box">
<div class="text">
<div class="title">
<h1>Blog Posts</h1>
<div class="line"></div>
</div>
</div>
<div class="online-events row">
<div class="event">
<a href="https://saketrobotics910.blogspot.com/" target="_blank" rel="noopener noreferrer">
<img src="images/article-3.jfif" alt="EdTech Blog Center" height="400px" width="330px">
<p>EdTech Blog Center</p>
<span>Topics: Education and Technology</span>
</a>
</div>
<div class="event">
<a href="https://saketkhopkar567.blogspot.com/" target="_blank" rel="noopener noreferrer">
<img src="images/article-9.jfif" alt="Psych Time" height="400px" width="330px">
<p>Psych Time</p>
<span>Topics: Psychology and Mental Health</span>
</a>
</div>
<div class="event">
<a href="https://saketskgames.blogspot.com/" target="_blank" rel="noopener noreferrer">
<img src="images/article-2.jfif" alt="World of E-Sports" height="400px" width="330px">
<p>World of E-Sports</p>
<span>Topics: Computer and Mobile Games</span>
</a>
</div>
<div class="event">
<a href="https://saketsk.hashnode.dev/" target="_blank" rel="noopener noreferrer">
<img src="images/article-4.jfif" alt="Technical Blogs" height="400px" width="330px">
<p>Technical Blogs</p>
<span>Topics: Full Stack Web Development</span>
</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-section">
<p>Connect with me:</p>
<a href="https://www.linkedin.com/in/saket-khopkar-336684198/" target="_blank" aria-label="LinkedIn Profile"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/saketkhopkar" target="_blank" aria-label="GitHub Profile"><i class="fab fa-github"></i></a>
<p>© 2021 <a href="https://www.linkedin.com/in/saket-khopkar-336684198/" target="_blank" rel="noopener noreferrer">Saket Khopkar</a></p>
<p>Developed and Maintained by Saket Khopkar</p>
</div>
</footer>
<script src="scripts/nav.js"></script>
</body>
</html>