|
| 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> |
0 commit comments