-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
199 lines (195 loc) · 10.9 KB
/
Copy pathblogs.html
File metadata and controls
199 lines (195 loc) · 10.9 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playpen+Sans:wght@100..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<title>Tech Explained 101 Blog</title>
</head>
<body>
<header class="header-class">
<div class="left-side">
<div class="left-side-content">
<a href="index.html">
Tech Explained 101 Blog
</a>
</div>
</div>
<div class="right-side">
<div class="right-side-content">
<div class="right-side-header-content">
<a href="blogs.html" style="text-decoration: underline; text-decoration-thickness: 2px;">
Blogs
</a>
</div>
<div class="right-side-header-content">
<a href="about.html">
About
</a>
</div>
<div class="right-side-header-content">
<a href="contact.html">
Contact
</a>
</div>
</div>
</div>
</header>
<main id="top-margin" class="main-div">
<div class="form-header">Search for any field of interest, you could also try the filters!
<nav class="navbar">
<div class="container-fluid">
<form class="d-flex" role="search" id="search-form">
<input class="form-control me-2" type="search" id="search-bar" placeholder="Search Blog" aria-label="Search">
<button class="btn btn-outline-dark me-2" id="search-button" type="submit">Search</button>
<button class="btn btn-outline-dark" id="filter-button" type="button">Filters</button>
</form>
</div>
</nav>
<div class="all-blogs-container"></div>
<div class="one-blog-container">
<div class="image-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<img class="blog-image" src="phishing-blog1.png">
</a>
</div>
<div class="description-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="description-title">
Phishing 101: Don’t Get Hooked
</div>
<div class="preview-information">
An overview of phishing, the types of phishing, and the ways you can protect yourself from these cyber attacks.
</div>
<div class="description-published-date">
Published · 13th August, 2024
</div>
</a>
</div>
<div class="stats">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="read-time">
4 min read
</div>
<div class="specific-stats">
<img class="comments-icon" src="share.png">
<div class="numbers">9</div>
<img class="comments-icon" src="comments.png">
<div class="numbers">34</div>
<img class="comments-icon" src="viewcount.png">
</div>
</a>
</div>
</div>
<div class="one-blog-container">
<div class="image-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<img class="blog-image" src="blog-2.png">
</a>
</div>
<div class="description-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="description-title">
Using Artificial Intelligence to improve productivity
</div>
<div class="preview-information">
Exploring the artificial intelligence, how we can use it for our daily work, to improve our efficiency and quality of work.
</div>
<div class="description-published-date">
Published · 10th September, 2024
</div>
</a>
</div>
<div class="stats">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="read-time">
7 min read
</div>
<div class="specific-stats">
<img class="comments-icon" src="share.png">
<div class="numbers">5</div>
<img class="comments-icon" src="comments.png">
<div class="numbers">31</div>
<img class="comments-icon" src="viewcount.png">
</div>
</a>
</div>
</div>
<div class="one-blog-container">
<div class="image-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<img class="blog-image" src="cybersecurity-blog3.jpg">
</a>
</div>
<div class="description-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="description-title">
Antiviruses 101: Are we actually secure?
</div>
<div class="preview-information">
Reviewing the inner workings of antiviruses, and the extent to which we are secure from malicious users.
</div>
<div class="description-published-date">
Published · 5th September, 2024
</div>
</a>
</div>
<div class="stats">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="read-time">
13 min read
</div>
<div class="specific-stats">
<img class="comments-icon" src="share.png">
<div class="numbers">4</div>
<img class="comments-icon" src="comments.png">
<div class="numbers">23</div>
<img class="comments-icon" src="viewcount.png">
</div>
</a>
</div>
</div>
<div class="one-blog-container">
<div class="image-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<img class="blog-image" src="blog-4.png">
</a>
</div>
<div class="description-container">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="description-title">
Viability of python in data science
</div>
<div class="preview-information">
An overview of datascience, and python's capabilities of handling data,
leveraging its famous libraries and frameworks, from its rich ecosystem.
</div>
<div class="description-published-date">
Published · 29th August, 2024
</div>
</a>
</div>
<div class="stats">
<a href="https://techexplained101.blogspot.com/2024/08/phishing-101-dont-get-hooked.html">
<div class="read-time">
5 min read
</div>
<div class="specific-stats">
<img class="comments-icon" src="share.png">
<div class="numbers">2</div>
<img class="comments-icon" src="comments.png">
<div class="numbers">21</div>
<img class="comments-icon" src="viewcount.png">
</div>
</a>
</div>
</div>
</div>
</main>
<script src="blogs.js"></script>
</body>
</html>