-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathessesim.html
88 lines (70 loc) · 2.84 KB
/
essesim.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Centro Tecnológico Memes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Site da Página de Memes do CTC - UFSC" />
<meta name="keywords" content="site, pagina, memes, ctc, centro, tecnologico, ufsc" />
<meta name="author" content="CTM" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container fh5co-container">
<div class="row">
<div class="col-md-12 animate-box">
<div class="fh5co-404-wrap" id="video" data-vide-bg="video/Crocodile" data-vide-options="position: 0 50%">
<div class="overlay"></div>
</div>
</div>
<div class="col-md-12 text-center fh5co-404-text animate-box">
<h1>Agora sim</h1>
<p>Se você chegou até aqui, é porque você é persistente e provavelmente não vai desistir de seu curso :)</p>
<br><br>
<p><a target="_blank" href="http://fb.com/ctcmemes" class="btn btn-primary">Página Real Oficial</a></p>
<p><a href="quem.html" class="btn btn-primary">Quem faz?</a></p>
<p><a target="_blank" href="http://marcazo.com/store/ctm" class="btn btn-primary">Lojinha</a></p>
<p><a href="fala.html" class="btn btn-primary">Fala com a gente aí</a></p>
<br>
<br>
<br>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Vide -->
<script src="js/jquery.vide.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>