This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
executable file
·111 lines (86 loc) · 5.03 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Categories – Livestock3D</title>
<!-- Meta -->
<meta name="description" content="Livestock3D – ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Livestock3D"/>
<meta property="og:description" content=""/>
<meta property="og:site_name" content="Livestock3D" />
<meta property="og:url" content="https://livestock3d.github.io"/>
<meta property="og:image" content="https://github.com/livestock3d/livestock3d.github.io/blob/master/images/profil.jpg"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Livestock3D">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://livestock3d.github.io">
<meta name="twitter:image" content="https://github.com/livestock3d/livestock3d.github.io/blob/master/images/profil.jpg">
<!-- Feed -->
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:regular,bold">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/w3.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/jqcloud.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/pygments-highlight-github.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/static/custom.css">
<!-- Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://livestock3d.github.io/favicon.ico">
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://livestock3d.github.io/theme/js/jqcloud.min.js"></script>
</head>
<body>
<div class="w3-row w3-card w3-white">
<header id="header">
<a href="https://livestock3d.github.io" id="header-logo" title="Home">CK</a>
<nav id="header-menu">
<ul>
<li><a href="https://livestock3d.github.io/pages/contributing-to-livestock.html">Contributing to Livestock</a></li>
<li><a href="https://livestock3d.github.io/pages/how-is-it-working.html">How is it Working?</a></li>
<li><a href="https://livestock3d.github.io/pages/welcome-to-livestock3d.html">Welcome to Livestock3D</a></li>
<li class="w3-bottombar w3-border-white w3-hover-border-green" ><a href="https://livestock3d.github.io/category/posts.html">posts</a></li>
</ul>
</nav>
</header>
</div>
<br><br><br>
<article>
<header class="w3-container col-main">
<h1>Categories for Livestock3D</h1>
</header>
<br>
<div class="col-main w3-container">
<section id="content">
<ul>
<li><a href="https://livestock3d.github.io/category/posts.html">posts (7)</a></li>
</ul>
<hr>
<h3>posts</h3>
<ul>
<li><time datetime="2018-08-04T00:00:00+02:00">lø 04 august 2018</time> <a href="https://livestock3d.github.io/video-tutorial-my-first-component.html">Video Tutorial - My First Component</a></li>
<li><time datetime="2018-03-25T00:00:00+01:00">sø 25 marts 2018</time> <a href="https://livestock3d.github.io/ssh-graph-plotter-component.html">SSH Graph Plotter Component</a></li>
<li><time datetime="2018-03-22T00:00:00+01:00">to 22 marts 2018</time> <a href="https://livestock3d.github.io/graph-plotter-component.html">Graph Plotter Component</a></li>
<li><time datetime="2018-03-22T00:00:00+01:00">to 22 marts 2018</time> <a href="https://livestock3d.github.io/my-first-component-run.html">My First Component Run</a></li>
<li><time datetime="2018-03-22T00:00:00+01:00">to 22 marts 2018</time> <a href="https://livestock3d.github.io/my-first-template.html">My First Template</a></li>
<li><time datetime="2018-03-16T00:00:00+01:00">fr 16 marts 2018</time> <a href="https://livestock3d.github.io/get-started.html">Get Started</a></li>
<li><time datetime="2018-03-16T00:00:00+01:00">fr 16 marts 2018</time> <a href="https://livestock3d.github.io/my-first-component.html">My First Component</a></li>
</ul>
</section>
<br><br><br>
</div>
</article>
<footer id="footer">
<div id="footer-copyright" class="w3-center w3-small w3-text-grey w3-padding-48">
<span>
©
2018 Christian Kongsgaard
</span>
</div>
</footer>
</body>
</html>