-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (62 loc) · 2.03 KB
/
Copy pathindex.html
File metadata and controls
87 lines (62 loc) · 2.03 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
---
layout: page
title: "ZanXus"
description: "ZanXus-Jekyll"
header-img: "img/home-bg.jpg"
---
<html class="no-js" lang="en">
<head>
<meta content="charset=utf-8">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<!-- CSS -->
<link rel="stylesheet" href="/css/intro.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="/css/flexslider.css" type="text/css" media="screen"/>
<!-- Modernizr -->
<script src="/js/modernizr.js"></script>
<!-- jQuery -->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>-->
<!-- FlexSlider -->
<!--<script defer src="/js/jquery.flexslider.js"></script>-->
<!-- Back To Top -->
<script type="text/javascript">
$(function () {
SyntaxHighlighter.all();
});
$(window).load(function () {
$('.flexslider').flexslider({
animation: "slide",
slideshow: false,
slideshowSpeed: 12000,
pausePlay: true,
start: function (slider) {
$('body').removeClass('loading');
}
});
});
</script>
<style>
.col-md-left-cntct {
text-align: left;
}
</style>
</head>
<body>
<!-- intro -->
<div class="intro">
<div class="row">
<div class="col-md-left-cntct">
<h2 style="text-align: center">No pain,No gain</h2>
<hr>
<h3> The past is gone and static. Nothing we can do will change it. The future is before us and dynamic.
Everything we do will affect it.</h3>
<hr>
<h3> Do not pray for tasks equal to your powers.Pray for powers equal to your tasks.Then the doing of work
shall be no miracle,but you shall be the miracle.</h3>
</div>
<div class="col-md-right-cntct">
{% include links.html %}
</div>
</div>
</div>
</body>
</html>