-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (109 loc) · 5.93 KB
/
index.html
File metadata and controls
134 lines (109 loc) · 5.93 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta property="og:url" content="https://18yolol.github.io/UInglish/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="UInglish - Khai phá tiềm năng tiếng Anh trong bạn" />
<meta property="og:description" content="Từ đây, bạn sẽ nhận được phương pháp học hiệu quả nhất cho bản thân để thuần thục tiếng Anh trong một thời gian rất ngắn!" />
<meta property="og:image" content="https://raw.githubusercontent.com/18yolol/UInglish/master/docs/img/background.jpg" />
<title>UInglish - Khai phá tiềm năng tiếng Anh trong bạn</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Bootstrap -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<!-- Materialize -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89689359-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PN83N3N');</script>
<!-- End Google Tag Manager -->
</head>
<body ng-app="english" ng-controller="PreloadController">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PN83N3N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="wrapper">
<!-- PreLoader -->
<div id="page-preloader"><span class="spinner"></span></div>
<!-- PreLoader end -->
<header>
<nav>
<div class="nav-wrapper amber ">
<a ui-sref="welcome" class="brand-logo matte-black uinglish"><span id="brand-padding" style="padding:5px"></span>UInglish</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://18yolol.github.io/UInglish" class="matte-black">Trang chủ</a></li>
<li><a ui-sref="about" class="matte-black">Về chúng mình</a></li>
</ul>
</div>
</nav>
</header>
<!-- Main content -->
<section id="main-content">
<div class="content-container container">
<div class="row content-row">
<div class="content-col col s12">
<div class="well hoverable">
<ui-view class=""></ui-view>
</div>
</div>
<!-- end col-md-8 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End main content -->
<footer>
<div class="amber hide-on-small-only">
<p id="footer-content" class="matte-black">© 2017 18yolol and Techy Novice</p>
<!-- <p>Ngàn yêu thương từ 18yolol <i class="fa fa-heart" aria-hidden="true"></i></p> -->
</div>
</footer>
</div>
<!-- Latest compiled and minified JavaScript -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<script src="script.js"></script>
<!-- Font awesome -->
<script src="https://use.fontawesome.com/3db6e9baa2.js"></script>
<!-- Materialize -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="vendor/angular-ui-router.min.js"></script>
<script src="english.module.js"></script>
<script src="controllers/preload.factory.js"></script>
<script src="controllers/state.controller.js"></script>
<script src="controllers/preload.controller.js"></script>
<!-- States -->
<script src="states/welcome/welcome.state.js"></script>
<script src="states/about/about.state.js"></script>
<script src="states/first-question/first.state.js"></script>
<script src="states/second-question/second.state.js"></script>
<script src="states/third-question/third.state.js"></script>
<script src="states/forth-question/forth.state.js"></script>
<script src="states/fifth-question/fifth.state.js"></script>
<script src="states/sixth-question/sixth.state.js"></script>
<script src="states/seventh-question/seventh.state.js"></script>
<script src="states/eighth-question/eighth.state.js"></script>
<script src="states/wait/wait.state.js"></script>
<script src="states/result1/result1.state.js"></script>
<script src="states/result2/result2.state.js"></script>
</body>
</html>