-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·105 lines (89 loc) · 5.37 KB
/
index.html
File metadata and controls
executable file
·105 lines (89 loc) · 5.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=PT+Sans+Caption" rel="stylesheet">
<link rel="stylesheet" href="landing/font-awesome/css/font-awesome.min.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="landing/favicon.png">
<title>fontPages</title>
<!-- Bootstrap core CSS -->
<link href="landing/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="landing/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="landing/cover.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="landing/assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="landing/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- [if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif] -->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<svg style="transform: translate(0,-15px)" class="masthead-brand" width="161.824px" height="50px" viewBox="-1961 172 1615 499" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Group-4" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-1961.000000, 172.000000)">
<polygon id="Rectangle" stroke="#000000" stroke-width="4" fill="#FFFFFF" transform="translate(222.140656, 308.140656) rotate(-315.000000) translate(-222.140656, -308.140656) " points="185.906731 271.906731 351.640656 178.640656 292.289518 378.289518 92.6406563 437.640656"></polygon>
<polygon id="Rectangle-Copy" stroke="#000000" stroke-width="4" fill="#FFFFFF" transform="translate(222.140656, 273.140656) rotate(-315.000000) translate(-222.140656, -273.140656) " points="185.906731 236.906731 351.640656 143.640656 292.289518 343.289518 92.6406563 402.640656"></polygon>
<polygon id="Rectangle-Copy-2" stroke="#000000" stroke-width="4" fill="#FFFFFF" transform="translate(222.140656, 237.140656) rotate(-315.000000) translate(-222.140656, -237.140656) " points="185.906731 200.906731 351.640656 107.640656 292.289518 307.289518 92.6406563 366.640656"></polygon>
<text id="Abc" stroke="#000000" stroke-width="2" font-family="ArialRoundedMTBold, Arial Rounded MT Bold" font-size="120" font-weight="normal" fill="#FFFFFF">
<tspan x="107" y="253">Abc</tspan>
</text>
<text id="fontPages" font-family="Helvetica" font-size="200" font-weight="normal" fill="#000000">
<tspan x="520" y="332">fontPages</tspan>
</text>
</g>
</svg>
<nav>
<ul class="nav masthead-nav">
<li class="active"><a href="/">Home</a></li>
<li><a id="start" href="app/index.html">Get Started</a></li>
<li><a href="https://github.com/Shugabuga/FontPages">GitHub</a></li>
</ul>
</nav>
</div>
</div>
<div style="height:10vh;"></div>
<div class="inner cover">
<h1 class="cover-heading">
<img id="phonePic" style="height:70vh" src="landing/phone.png"></img>
</h1>
<p class="lead">Install Custom Fonts On iOS</p>
<p class="lead">
<!-- <a href="#" onclick="alert('fontPages is coming soon!')" style="border-color:black;border-width:1px" class="btn btn-lg">Download</a> -->
</p>
</div>
<!-- <div id="projects" style="background:red;overflow:auto; height:100vh;"> -->
</div>
<div class="mastfoot">
<div class="inner">
fontPages by <a href="https://twitter.com/HeyItsShuga">HeyItsShuga</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="landing/assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="landing/dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="landing/assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="landing/countdown.min.js"></script>
<script>
</script>
</body>
</html>