Skip to content

Commit 273586f

Browse files
committed
change title
1 parent 8ce788f commit 273586f

File tree

1 file changed

+71
-62
lines changed

1 file changed

+71
-62
lines changed

_layouts/default.html

Lines changed: 71 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,88 @@
11
<!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]>
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]>
1213
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
1314
<![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 %}
15+
</head>
16+
17+
<body>
18+
<div class="wrapper">
19+
<header>
20+
<h1 align="center"
21+
style="margin-bottom: 10px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;">
22+
<a href="{{ '/' | absolute_url }}">
23+
<b style="color: black">Eye</b><b style="color: #413AA1">Nav</b>
24+
</a>
25+
</h1>
26+
2327

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

26-
{% if site.show_downloads %}
33+
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
34+
35+
<!-- {% if site.show_downloads %}
2736
<ul class="downloads" style="margin-bottom: 7px">
2837
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
2938
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
3039
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
3140
</ul>
32-
{% endif %}
41+
{% endif %} -->
3342

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

4958
{{ content }}
5059

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

0 commit comments

Comments
 (0)