-
Notifications
You must be signed in to change notification settings - Fork 1
/
support_ok.html
132 lines (81 loc) · 3.35 KB
/
support_ok.html
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
<!DOCTYPE html>
<html>
<head>
<title>Outclass</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="google-site-verification" content="I0sJzq7blAKhpQE0-O9OAuCIp_7G3Vi3ITmpmyeQSDk" />
<!-- Bootstrap -->
<link href="styles/css/styles.css" rel="stylesheet" media="screen">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon//favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon/favicon.png">
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-touch-fa fa-57x57-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-touch-fa fa-72x72-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-touch-fa fa-114x114-precomposed.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-touch-fa fa-144x144-precomposed.png">
</head>
<body class="inner-page">
<div class="main-background"></div>
<!--
<div class="subscribe hidden-xs">
<div class="container">
<form class="form-inline" role="form" method="post" id="contactForm" action="send.php">
<div class="form-group">
<label for="email"></label>
<input type="email" class="form-control input-sm" id="email" name="email" placeholder="Deixe o seu e-mail">
</div>
<button type="submit" class="btn btn-success btn-sm">Enviar!</button>
</form>
</div>
</div>
-->
<header>
<div class="gradient">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>Outclass</h1>
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</div><!-- gradient -->
</header><!-- section -->
<section class="how-it-works" id="how">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>AJUDA OUTCLASS</h3>
<div class="alert alert-success">
<strong>Muito obrigado.</strong> Aguarde o nosso breve contato.
</div>
</div><!-- col -->
</div><!-- ROW -->
</div><!-- container -->
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- parallax
<script src="bower_components/jquery.stellar/jquery.stellar.min.js"></script>
-->
<!-- My script -->
<script src="js/script.js"></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44750198-1', 'outclassapp.com');
ga('send', 'pageview');
</script>
</body>
</html>