Skip to content

Commit 8ce788f

Browse files
committed
blank page
0 parents  commit 8ce788f

File tree

8 files changed

+140
-0
lines changed

8 files changed

+140
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Purpose
2+
3+
4+
5+
# Video
6+
7+
<!-- <p align="center">
8+
<iframe width="500" height="282" src="https://www.youtube.com/embed/p-ll9PlT0MY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> -->
9+

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
theme: jekyll-theme-minimal
2+
show_downloads: ["true"]
3+
logo: /assets/imgs/eyenav-logo.png
4+
title: EyeNav
5+
tsdllogo: /assets/imgs/horizontalLightBrackgrounds.png
6+
7+
navigation:
8+
- title: Video
9+
link: /video.hmtl

_layouts/default.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="icon" type="image/png" href="../assets/imgs/droidpool.ico">
8+
<!-- <link href="assets/css/bootstrap.min.css" rel="stylesheet"> -->
9+
{% seo %}
10+
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
11+
<!--[if lt IE 9]>
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
13+
<![endif]-->
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<header>
18+
<h1 align="center" style="margin-bottom: 10px;"><a href="{{ "/" | absolute_url }}"><em style="color: black">Mut</em><em style="color: red">APK</em> <em style="color: black">2.0</em></a></h1>
19+
20+
{% if site.logo %}
21+
<p align="center" style="margin-bottom: 0px;"><img src="{{site.logo | relative_url}}" alt="Logo" style="height: 130px" /></p>
22+
{% endif %}
23+
24+
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
25+
26+
{% if site.show_downloads %}
27+
<ul class="downloads" style="margin-bottom: 7px">
28+
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
29+
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
30+
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
31+
</ul>
32+
{% endif %}
33+
34+
<h3 style="margin-bottom: 7px">Team Members</h3>
35+
<ul class="toc">
36+
<li><a href="https://www.linkedin.com/in/juan-diego-yepes-parra/">Juan Diego Yepes-Parra</a></li>
37+
<li><a href="https://caev03.github.io/">Camilo Escobar-Velásquez</a></li>
38+
</ul>
39+
<h3 style="margin-bottom: 7px">Table of Contents</h3>
40+
<ol class="toc">
41+
<!-- TODO -->
42+
<li><a href="#purpose">Purpose</a></li>
43+
<li><a href="#video">Video</a></li>
44+
<!-- <li><a href="#temporal-anchor">Temporal Anchor</a></li> -->
45+
</ol>
46+
</header>
47+
<section>
48+
49+
{{ content }}
50+
51+
</section>
52+
<footer>
53+
{% if site.github.is_project_page %}
54+
<p>This project is maintained by <a href="https://thesoftwaredesignlab.github.io/"><img src="{{site.tsdllogo | relative_url}}" alt="{{ site.github.owner_name }}" srcset="" style="width: 200px; padding-top: 5px;"></a></p>
55+
{% endif %}
56+
<!-- <p>
57+
<small>
58+
<strong>MutAPK is being partially supported by a Google Latin America Research Award (LARA) 2018-2020</strong>
59+
</small>
60+
</p> -->
61+
</footer>
62+
</div>
63+
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
64+
crossorigin="anonymous"></script>
65+
<script src="assets/js/popper.min.js"></script>
66+
<script src="assets/js/bootstrap.min.js"></script> -->
67+
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
68+
{% if site.google_analytics %}
69+
<script>
70+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
71+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
72+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
73+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
74+
ga('create', '{{ site.google_analytics }}', 'auto');
75+
ga('send', 'pageview');
76+
</script>
77+
{% endif %}
78+
</body>
79+
</html>

assets/css/style.scss

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
header ol li {
7+
border-right: 0px solid #e0e0e0;
8+
float: none;
9+
width: auto;
10+
height: auto;
11+
}
12+
13+
section p {
14+
text-align: justify;
15+
}
16+
17+
footer p {
18+
margin: 0;
19+
}
20+
21+
body {
22+
padding-top: 25px;
23+
}
24+
25+
ul, ol {
26+
padding-left: 10px;
27+
font-size: 13px;
28+
margin: 0 0 10px;
29+
}
30+
31+
code {
32+
font-size: 12px;
33+
}
34+
35+
36+
37+
38+
.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}

assets/imgs/eyenav-logo.png

45.9 KB
Loading
28.9 KB
Loading

video.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- <script>
2+
window.location.replace("yt-link");
3+
</script> -->
4+
<!-- TODO -->

0 commit comments

Comments
 (0)