Skip to content

Commit bd9d068

Browse files
committed
will this work
1 parent c3da5c2 commit bd9d068

File tree

1 file changed

+63
-67
lines changed

1 file changed

+63
-67
lines changed

_layouts/default.html

Lines changed: 63 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,83 @@
11
<!DOCTYPE html>
2-
<html lang="{{ site.lang | default: " en-US" }}">
3-
4-
<head>
5-
<meta charset="UTF-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/png" href="../assets/imgs/droidpool.ico">
9-
<!-- <link href="assets/css/bootstrap.min.css" rel="stylesheet"> -->
10-
{% seo %}
11-
<link rel="stylesheet" href="{{ " /assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
12-
<!--[if lt IE 9]>
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]>
1312
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
1413
<![endif]-->
15-
</head>
16-
17-
<body>
18-
<div class="wrapper">
19-
<header>
20-
<h1 class="title-logo" align="center" style="margin-bottom: 10px;">
21-
<a href="{{ '/' | absolute_url }}">
22-
<span style="color: black">Eye</span><span style="color: #413AA1">Nav</span>
23-
</a>
24-
</h1>
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<header>
18+
<h1 class="title-logo" align="center" style="margin-bottom: 10px;">
19+
<a href="{{ '/' | absolute_url }}">
20+
<span style="color: black">Eye</span><span style="color: #413AA1">Nav</span>
21+
</a>
22+
</h1>
2523

24+
{% if site.logo %}
25+
<p align="center" style="margin-bottom: 0px;"><img src="{{site.logo | relative_url}}" alt="Logo" style="height: 130px" /></p>
26+
{% endif %}
2627

27-
{% if site.logo %}
28-
<p align="center" style="margin-bottom: 0px;"><img src="{{site.logo | relative_url}}" alt="Logo"
29-
style="height: 130px" /></p>
30-
{% endif %}
31-
32-
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
28+
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
3329

34-
{% if site.show_downloads %}
30+
{% if site.show_downloads %}
3531
<ul class="downloads" style="margin-bottom: 7px">
3632
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
3733
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
3834
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
3935
</ul>
4036
{% endif %}
4137

42-
<h3 style="margin-bottom: 7px">Team Members</h3>
43-
<ul class="toc">
44-
<li><a href="https://www.linkedin.com/in/juan-diego-yepes-parra/">Juan Diego Yepes-Parra</a></li>
45-
<li><a href="https://caev03.github.io/">Camilo Escobar-Velásquez</a></li>
46-
</ul>
47-
<h3 style="margin-bottom: 7px">Table of Contents</h3>
48-
<ol class="toc">
49-
<!-- TODO -->
50-
<li><a href="#purpose">Purpose</a></li>
51-
<li><a href="#video">Video</a></li>
52-
<!-- <li><a href="#temporal-anchor">Temporal Anchor</a></li> -->
53-
</ol>
54-
</header>
55-
<section>
38+
<h3 style="margin-bottom: 7px">Team Members</h3>
39+
<ul class="toc">
40+
<li><a href="https://www.linkedin.com/in/juan-diego-yepes-parra/">Juan Diego Yepes-Parra</a></li>
41+
<li><a href="https://caev03.github.io/">Camilo Escobar-Velásquez</a></li>
42+
</ul>
43+
<h3 style="margin-bottom: 7px">Table of Contents</h3>
44+
<ol class="toc">
45+
<!-- TODO -->
46+
<li><a href="#purpose">Purpose</a></li>
47+
<li><a href="#video">Video</a></li>
48+
<!-- <li><a href="#temporal-anchor">Temporal Anchor</a></li> -->
49+
</ol>
50+
</header>
51+
<section>
5652

5753
{{ content }}
5854

59-
</section>
60-
<footer>
61-
{% if site.github.is_project_page %}
62-
<p>This project is maintained by <a href="https://thesoftwaredesignlab.github.io/"><img
63-
src="{{site.tsdllogo | relative_url}}" alt="{{ site.github.owner_name }}" srcset=""
64-
style="width: 200px; padding-top: 5px;"></a></p>
65-
{% endif %}
66-
</footer>
67-
</div>
68-
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
55+
</section>
56+
<footer>
57+
{% if site.github.is_project_page %}
58+
<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>
59+
{% endif %}
60+
<!-- <p>
61+
<small>
62+
<strong>MutAPK is being partially supported by a Google Latin America Research Award (LARA) 2018-2020</strong>
63+
</small>
64+
</p> -->
65+
</footer>
66+
</div>
67+
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
6968
crossorigin="anonymous"></script>
7069
<script src="assets/js/popper.min.js"></script>
7170
<script src="assets/js/bootstrap.min.js"></script> -->
72-
<script src="{{ " /assets/js/scale.fix.js" | relative_url }}"></script>
73-
{% if site.google_analytics %}
74-
<script>
75-
(function (i, s, o, g, r, a, m) {
76-
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
77-
(i[r].q = i[r].q || []).push(arguments)
78-
}, i[r].l = 1 * new Date(); a = s.createElement(o),
79-
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
80-
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
81-
ga('create', '{{ site.google_analytics }}', 'auto');
82-
ga('send', 'pageview');
83-
</script>
84-
{% endif %}
85-
</body>
86-
71+
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
72+
{% if site.google_analytics %}
73+
<script>
74+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
75+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
76+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
77+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
78+
ga('create', '{{ site.google_analytics }}', 'auto');
79+
ga('send', 'pageview');
80+
</script>
81+
{% endif %}
82+
</body>
8783
</html>

0 commit comments

Comments
 (0)