-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 2 KB
/
Copy pathindex.html
File metadata and controls
48 lines (48 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pixel's github page</title>
<link rel="stylesheet" href="static/css/uikit.min.css">
</head>
<body>
<nav class="uk-navbar-container uk-margin" uk-navbar>
<a class="uk-navbar-item uk-logo" href="#">Pixel's github page</a>
<div class="uk-navbar-right">
<div class="uk-navbar-item">
<a href="https://github.com/Monkey-D-Pixel">Github</a>
</div>
<div class="uk-navbar-item">
<a href="https://onepixel.site">Blog</a>
</div>
</div>
</nav>
<div class="uk-container">
<div class="uk-child-width-1-3@m uk-grid-small uk-grid-match" uk-grid>
<div>
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-card-title">WeekView <span class="uk-label">v1.0.1</span></h3>
<p>
<a href="https://github.com/Monkey-D-Pixel/week-view">Github</a> |
<a href="https://codepen.io/monkey-d-pixel/pen/NZeQON">Demo</a>
</p>
<p>A simple mobile UI widget for picking a date within a period.</p>
</div>
</div>
<div>
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-card-title">TableSchedule <span class="uk-label">v0.4.0</span></h3>
<p>
<a href="https://github.com/Monkey-D-Pixel/table-schedule">Github</a> |
<a href="table-schedule/index.html">Demo</a>
</p>
<p>Vanilla JS table schedule with DnD support.</p>
</div>
</div>
</div>
</div>
</body>
<script src="static/js/uikit.min.js"></script>
</html>