-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
22 lines (22 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CPS Display - Blog</title>
<link rel="stylesheet" href="theme.css">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="assets/images/logo.png">
</head>
<body>
<svg class="background" viewbox="0 0 1920 1080" preserveAspectRatio="none">
<path id="rect1201-3" style="display:inline;fill:#f4d7d7;stroke-width:0" d="M 0,0 H 1920 V 540 C 1373.0281,421.808 490.4887,725.31629 0,604 Z"/>
</svg>
<div class="bar">
<img src="assets/images/cube.svg" data-path="index.html" id="home-tab" class="switch-button"/>
<span data-path="blog.html" class="switch-button selected">Blog</span>
<span data-path="community.html" class="switch-button">Community</span>
<span data-path="source.html" class="switch-button">Source</span>
<!-- <div id="donate-button" class="button click-button">Donate</div> -->
</div>
</body>
<script type="text/javascript" src="top-bar.js"></script>
</html>