-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlog.html
51 lines (39 loc) · 2.08 KB
/
Blog.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
<!-----|
| Blog |
|------>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="shortcut icon" href="../images/Logo/bolt_tech_favicon_d1S_icon.ico"/>
<title>Bolt-Tech Blog</title>
<!--CSS Style Links & Javascript-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Arimo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Styles/Style_Blog/style_blog.css">
</head>
<body>
<!-- [Header Navigation Menu] -->
<header></header>
<!--Blog Site-->
<!--Grid Blogs-->
<h3 class="grid-title">Bolt-Tech Blogs:</h3>
<a href="Blog_Article.html" class="blog-article-links">
<div class="grid-container">
<div class="grid-blog"><img src="../images/Blog-imgs/blog-grid-articles-img/Header_Total_Recall_article.jpg" alt="Total Recall"><p class="articles">Microsoft to test ‘Total Recall’-style personnel scanners at two data centers, Redmond office and mystery East Coast location</p></div>
<div class="grid-blog"><img src="../images/Blog-imgs/blog-grid-articles-img/apple-gmail.jpg" alt="Apple Gmail"><p class="articles">The best Apple rumor right now is Gmail</p></div>
<div class="grid-blog"><img src="../images/Blog-imgs/blog-grid-articles-img/airpods.jpg" alt="AirPods"><p class="articles">This AirPods case case looks like a Game Boy</p></div>
<div class="grid-blog"><img src="../images/Blog-imgs/blog-grid-articles-img/ms_defender.jpg" alt="Microsoft Defender"><p class="articles">Microsoft is bringing its antivirus software to iOS and Android</p></div>
</div>
</a>
<!--Grid Blogs End-->
<!--RSS with link to my own article-->
<a href="Blog_Article.html" class="blog-link"></a>
<!-- [Footer Bottom] -->
<footer class="footer-distributed"></footer>
<script src="script_website.js"></script>
</body>
</html>