all repos — site @ 3b05fc61c056bd4b3e9fb3b64e762d01f79bf2b7

source for my site, found at icyphox.sh

templates/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 5<meta content="Anirudh Oppiliappan" name=description>
 6<meta name="viewport" content="initial-scale=1">
 7<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 8<meta name="HandheldFriendly" content="true">
 9<meta name="twitter:card" content="summary_large_image">
10<meta name="twitter:site" content="@icyphox">
11<meta name="twitter:title" content="Anirudh Oppiliappan">
12<meta name="twitter:description" content="linux, infosec, open source.">
13<meta name="twitter:image" content="https://0x0.st/svQ1.png">
14<meta property="og:title" content="Anirudh Oppiliappan">
15<meta property="og:type" content="website">
16<meta property="og:description" content="linux, infosec, open source.">
17<meta property="og:url" content="https://icy.ph0x.me">
18<meta property="og:image" content="https://0x0.st/svQ1.png">
19<html>
20  <title>
21  	{{ title }}	
22  </title>
23
24<div class="container">
25  <header>
26    <div class="right header">
27    {{ header }}
28    </div>
29  </header>
30
31  <body> 
32      <div class="introduction">
33    	{{ body }}
34    </div>
35  </body>
36
37  <footer>
38    <div class="footer">
39      <div class="left">
40      {{ footer }}
41      </div>
42
43      <div class="right">
44        <a href="https://github.com/icyphox" target="_blank">GitHub</a>
45        <a href="https://twitter.com/icyphox" target="_blank">Twitter</a>
46        <a href="https://0x0.st/svaI.pdf" target="_blank">Résumé</a>
47        <a href="/gpg.txt" target="_blank">GPG</a>
48      </div>
49    </div>
50  </footer>
51</html>