-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>UnivUnix Github projects</title>
<meta name="generator" content="DocPad v6.79.4" /> <link rel="stylesheet" href="/styles/styles.css" /><link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap-min.css" /><link rel="stylesheet" href="/vendor/elegant_font/css/style.css" /><link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome-min.css" /><link rel="stylesheet" href="/vendor/lightbox/ekko-lightbox-min.css" /><link rel="stylesheet" href="/vendor/prism/prism.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700" /></head>
<body class="landing-page">
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<img src="/icons/logo2016.svg"/>
<span>Univ</span><span class="text-bold">Unix</span> <span>Docs</span>
</h1>
</div><!--//branding-->
<div class="tagline">
<p>Github projects made for UnivUnix website.</p>
</div><!--//tagline-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Projects</h2>
<div class="intro">
<p>Welcome. All the documentation of all software made will be here.<br>I hope that they will be useful for your own development.</p>
</div><!--//intro-->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-primary col-md-4 col-sm-6 col-xs-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon icon_puzzle_alt"></i>
</div><!--//icon-holder-->
<h3 class="title">Docpad api plugin</h3>
<p class="intro">Build your own REST API inside Docpad site generator.</p>
<a class="link" href="http://software.univunix.com/projects/docpad-plugin-api"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a>.</small>
</div><!--//container-->
</footer><!--//footer--> <script defer="defer" src="/vendor/jquery-min.js"></script><script defer="defer" src="/vendor/bootstrap/js/bootstrap-min.js"></script><script defer="defer" src="/vendor/jquery-scrollTo/jquery-scrollTo-min.js"></script><script defer="defer" src="/vendor/jquery-match-height/jquery-matchHeight-min.js"></script><script defer="defer" src="/vendor/lightbox/ekko-lightbox-min.js"></script><script defer="defer" src="/vendor/prism/prism-min.js"></script><script defer="defer" src="/scripts/main.js"></script></body>
</html>