-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstories.php
More file actions
66 lines (55 loc) · 2.46 KB
/
stories.php
File metadata and controls
66 lines (55 loc) · 2.46 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
<?php
/**
* Created by IntelliJ IDEA.
* User: OLAYIWOLE
* Date: 09/09/2017
* Time: 22:34
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106474917-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106474917-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Coming Soon</title>
<link rel="shortcut icon" href="config/resources/img/favicon.png">
<link href="stories/tools/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="stories/tools/font-awesome/css/font-awesome.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="tools/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href="https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
</head>
<body>
<div class="transy"></div>
<div class="wrapper">
<div class="centered">
<div class="header">
<a href="<?php $redirect = 'index.php'; echo $redirect; ?>">
<img src="config/resources/img/storiesicon.png" alt="" class="logo">
</a>
<h1 id="logo">Researcher Stories</h1>
<p class="line1">- Telling compelling stories with data -</p>
</div>
<div class="content">
<p>we are working on something very interesting!</p>
<p>but while you wait you could also visit our <a href="https://medium.com/@researcher.ng">blog</a> for interesting data stories.</p>
</div>
<div class="social">
<p>
<a href="https://medium.com/@researcher.ng"><span class="socicon-medium"></span></a>
<a href="https://www.twitter.com/researcherdotng?s=03"><span class="socicon-twitter"></span></a>
<a href="https://www.facebook.com/researcherdotng"><span class="socicon-facebook"></span></a>
</p>
</div>
</div>
</div>
</body>
</html>