-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (167 loc) · 7.4 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ComputerBlade's Awesome Blog | Home</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
* {
font-family: Helvetica, Arial, sans-serif;
}
</style>
</head>
<body class="size-960">
<!-- HEADER -->
<header>
<div class="line">
<div class="box">
<div class="m-12 l-2">
<!-- <img class="s-5 m-2 l-12 center" src="img/logo.svg"> -->
<h5 class="s-5 m-2 l-12 center">ComputerBlade's Awesome Blog</h5>
</div>
</div>
</div>
<!-- TOP NAV -->
<div class="line">
<nav class="margin-bottom">
<div class="top-nav s-12 l-10">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="sitemap.html#posts">Posts</a>
<ul>
<li><a href="sitemap.html#ai2tuts">App Inventor Tutorials</a></li>
<li><a href="sitemap.html#htmltuts">HTML & Web Design Tutorials</a></li>
<li>
<a href="sitemap.html#javatuts">Java Tutorials</a>
<ul>
<li><a href="sitemap.html#javaconsoletuts">Basic Java Tutorials</a></li>
<li><a href="sitemap.html#javafxtuts">JavaFX (GUI Design) Tutorials</a></li>
<li><a href="sitemap.html#ai2exttuts">Some AI2 Extension Coding</a></li>
</ul>
</li>
<li>
<a href="sitemap.html#ai2ext">My AI2 Extensions</a>
<ul>
<li><a href="posts/ai2ext/markdowntools.html">MarkdownTools</a></li>
</ul>
</li>
<li><a href="sitemap.html#myprj">My Projects</a>
<ul>
<li><a href="tools/noter/index.html">Noter</a></li>
</ul>
</li>
<li><a href="sitemap.html#comptips">Computer Tips</a></li>
<li><a href="sitemap.html#multimediatips">Multimedia Tips</a></li>
<li><a href="sitemap.html#other">Other</a></li>
</ul>
</li>
<li>
<a title="App Inventor Extensions" href="sitemap.html#ai2ext">Extensions</a>
<ul>
<li><a href="posts/ai2ext/markdowntools.html">MarkdownTools</a></li>
</ul>
</li>
<li>
<a href="sitemap.html#myprj">Projects</a>
<ul>
<li><a href="tools/noter/index.html">Noter</a></li>
</ul>
</li>
<li>
<a href="sitemap.html">Sitemap</a>
</li>
<li>
<a>About Me</a>
</li>
<li><a>Contact</a></li>
</ul>
</div>
<div class="hide-s hide-m l-2">
<i class="icon-smartphone icon2x right padding"></i>
<i class="icon-sli-social-youtube icon2x right padding"></i>
</div>
</nav>
</div>
</header>
<section>
<!-- ASIDE NAV AND CONTENT -->
<div class="line">
<div class="box margin-bottom">
<div class="margin">
<!-- CONTENT -->
<article class="s-12 m-7 l-8">
<h1>Latest Post</h1>
<p>Title: ${blogpost}<br>
<a href="">Click here to read it</a>
</p>
<h3>Summary</h3>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore
eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril
delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue
nihil imperdiet doming id quod mazim placerat facer possim assum.
</p>
<br>
<p>To search a specific post (or anything), please go to the sitemap and press Ctrl+F (or CMD+F) to search for it.</p>
</article>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="line">
<div class="box">
<div class="s-12 l-6">
<p>Copyright © 2024 ComputerBlade.</p>
</div>
<div class="s-12 l-6">
<a class="right" href="http://www.myresponsee.com" title="Responsee - lightweight responsive framework">CSS Framework by Responsee Team</a>
</div>
</div>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
var owl = $('#header-carousel');
owl.owlCarousel({
nav: true,
dots: true,
items: 1,
loop: true,
navText: ["",""],
autoplay: true,
autoplayTimeout: 3000
});
var owl = $('#gallery-carousel');
owl.owlCarousel({
nav: false,
dots: true,
loop: true,
navText: ["",""],
autoplay: true,
autoplayTimeout: 3000,
responsive: {
0: {
items: 1
},
769: {
items: 2
},
960: {
items: 4
}
}
});
})
</script>
</body>
</html>