1+ < html >
2+
3+ < head >
4+ < title > {title}</ title >
5+ < meta charset ="utf-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+
8+ < meta name ="description " content ="{description}. ">
9+ < meta name ="keywords "
10+ content ="tiago, danin, tiagodanin, tiagoedge, ifpa, belem, pa, eduardomouta, eduardo, mouta, {title} ">
11+ < meta name ="author " content ="Tiago Danin and Eduardo mouta ">
12+
13+ < link rel ="shortcut icon " href ="https://tiagodanin.github.io/images/favicon.ico ">
14+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/uikit-3.0.0-beta.40/css/uikit.min.css ">
15+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/css/theme.css ">
16+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/css/reset.css ">
17+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/css/colors.css ">
18+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/css/style_time.css ">
19+ < link rel ="stylesheet " href ="https://tiagodanin.github.io/css/themify-icons.css ">
20+ < script src ="https://tiagodanin.github.io/uikit-3.0.0-beta.40/js/uikit.min.js "> </ script >
21+ < script src ="https://tiagodanin.github.io/uikit-3.0.0-beta.40/js/uikit-icons.min.js "> </ script >
22+ </ head >
23+
24+ < body >
25+ < nav class ="my-topbar uk-navbar uk-background-primary ">
26+ < div class ="uk-navbar-left ">
27+ < a href ="https://tiagodanin.github.io " class ="uk-navbar-item uk-logo ">
28+ < img src ="https://tiagodanin.github.io/images/github.png " class ="my-photo uk-margin-small-right ">
29+ < label class ="uk-visible@s "> {title}</ label >
30+ </ a >
31+ </ div >
32+ <!--Menu desktop-->
33+ < div class ="uk-navbar-right ">
34+ < ul class ="uk-navbar-nav uk-visible@s ">
35+ < li class =""> < a href ="https://github.com/{full_name} "> Source Code - GitHub < br > < i
36+ class ="ti-github "> </ i > </ a > </ li >
37+ {links}
38+ </ ul >
39+ < button class ="uk-hidden@s uk-button uk-margin-small-right " type ="button "
40+ uk-toggle ="target: #offcanvas-nav-primary " uk-icon ="more-vertical "> Menu</ button >
41+ </ div >
42+ </ nav >
43+
44+ < div class ="uk-card uk-card-body uk-card-primary ">
45+ < h3 class ="uk-card-title "> About</ h3 >
46+ < div class ="uk-panel ">
47+ < p > {description}.</ p >
48+ </ div >
49+ </ div >
50+ < hr class ="uk-divider-icon ">
51+
52+
53+ < div class ="uk-container ">
54+ {content_html}
55+
56+ < hr class ="uk-margin-top-remove uk-divider-icon ">
57+ </ div >
58+ < br >
59+ < br >
60+
61+
62+ < footer >
63+ < div
64+ class ="uk-card uk-card-secondary uk-card-body uk-panel-space uk-padding-remove-left uk-padding-remove-right ">
65+ < hr class ="uk-margin-top-remove ">
66+ < p class ="uk-align-center ">
67+ < small >
68+ < span uk-icon ="code "> </ span > with < span uk-icon ="heart "> </ span > by < a
69+ href ="https://github.com/TiagoDanin "> Tiago Danin</ a > and Eduardo Mouta.
70+ < br > Built with < a href ="https://jus.js.org " target ="_blank "> Jus</ a > and < a
71+ href ="https://getuikit.com " target ="_blank "> UiKit</ a > and < a href ="https://github.com/CuboHub "
72+ target ="_blank "> CuboHub</ a >
73+ < br > Hosted in < a href ="https://pages.github.com " target ="_blank "> GitHub Pages</ a >
74+ </ small >
75+ </ p >
76+ </ div >
77+ </ footer >
78+
79+ <!--Menu modbile-->
80+ < div class ="uk-offcanvas-content ">
81+ < div id ="offcanvas-nav-primary " uk-offcanvas ="overlay: false ">
82+ < div class ="uk-offcanvas-bar uk-flex uk-flex-column ">
83+ < ul class ="uk-nav uk-nav-primary uk-nav-center uk-margin-auto-vertical ">
84+ < li class =""> < a href ="https://github.com/{full_name} "> Source Code - GitHub< i
85+ class ="ti-github "> </ i > </ a > </ li >
86+ {links}
87+ </ ul >
88+ </ div >
89+ </ div >
90+ </ div >
91+ < script src ="https://tiagodanin.github.io/js/jquery-1.10.2.min.js "> </ script >
92+ </ body >
93+
94+ </ html >
0 commit comments