-
Notifications
You must be signed in to change notification settings - Fork 1
/
support.html
173 lines (106 loc) · 4.85 KB
/
support.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!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>
<p>O Outclass está apresentando problemas? Experimente fechar o aplicativo e tentar novamente. Caso não resolva, por favor preencha os campos abaixo não esquecendo de fazer um breve relato do problema que você está experimentando.</p>
<form role="form" method="post" id="supportForm" action="sendSupport.php">
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Email">
</div>
<div class="form-group">
<label for="name">Nome</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Nome">
</div>
<div class="form-group">
<label for="message">Mensagem</label>
<textarea class="form-control" name="message" id="message" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Enviar</button>
</form>
<div id="avisos"></div>
<hr>
<h3>FAQ</h3>
<p><strong>Como logar no Outclass?</strong></p>
<ol>
<li>Crie a sua conta Outclass;</li>
<li>Selecione a sua instituição de ensino;</li>
<li>Se você é o aluno, selecione o botão aluno. Apenas uma única pessoa, o aluno, pode selecionar essa opção;</li>
<li>Se você é responsável selecione o botão responsável. Um ou mais responsáveis podem selecionar essa opção;</li>
<li>Independentemente de você ser o aluno ou responsável, informe a matrícula e senha do <strong>ALUNO</strong>.</li>
</ol>
<p>Em caso de dúvida por favor entre em contato.</p>
</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>