-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlog.html
More file actions
113 lines (96 loc) · 5.76 KB
/
Copy pathBlog.html
File metadata and controls
113 lines (96 loc) · 5.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>ComixProShop</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="ComixShop.css">
</head>
<body>
<section class="NavArea">
<div class="logo" id="Logo" ><p>COMIXPRO SHOP</p></div>
<div class="container" id="nav-bar">
<a href="index.html" id="home" style="text-decoration: none;" >Home</a>
<a href="Gallery.html" id="GalleryPage" style="text-decoration: none;" >Gallery</a>
<a href="Contact.html" id="AboutPage" style="text-decoration: none;">About US</a>
</div>
</section>
<!--Mobile menu-->
<section class="mobile-menu">
<div class="mobile-logo" id="mini-logo" ><p>COMIXPRO SHOP</p></div>
<!--Hamburger menu button-->
<button class="menu-toggle" id="menu-toggle">
<span class="hamburger-icon">☰</span>
</button>
<div class="links-container">
<a href="index.html" id="mhome" style="text-decoration: none;" >Home</a>
<a href="Gallery.html" id="mgallery" style="text-decoration: none;" >Gallery</a>
<a href="Contact.html" id="maboutus" style="text-decoration: none;">About US</a>
</div>
</section>
<section>
<div id="PageTitle"><h1></h1></div>
<div class="Blogger"></div>
<div class="bRow">
<div class="bCollume">
<div id="Dates">Date Posted: 11/19/2025</div>
<a target="_blank" href="images/Thor2.jpg" >
<img src="images/Thor2.jpg" id="thumbnail">
</a>
<p id="blerbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div id="Dates">Date Posted: 11/19/2025</div>
<a target="_blank" href="images/Xmen.jpg" >
<img src="images/Xmen.jpg" id="thumbnail">
</a>
<p id="blerbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
<div id="Dates">Date Posted: 11/19/2025</div>
<a target="_blank" href="images/Silver Sufer cover.jpg" >
<img src="images/Silver Sufer cover.jpg" id="thumbnail">
</a>
<p id="blerbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div id="Dates">Date Posted: 11/19/2025</div>
<a target="_blank" href="images/Teen Titans.jpg" >
<img src="images/Teen Titans.jpg" id="thumbnail">
</a>
<p id="blerbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</section>
<section class="Footer">
<div class="container">
<ul class="footer-list">
<li>Copyright © 2025 Comicshop Pro.</li>
<li> All rights reserved.</li>
<li>Press / Media</li>
<li>Cookie Policy</li>
</ul>
</div>
</section>
<script src="ComicsShop.js"></script>
</body>
</html>