-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
86 lines (77 loc) · 3.96 KB
/
index.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
<!DOCTYPE html>
<!--[if IE 8]><html class="ie8"><![endif]-->
<!--[if IE 9]><html class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="9jyGvNki3NSELTYJ7t_XbF-YQZ8jjfm7LqQQGNq4SSg">
<title>Home | Guardians-DSC</title>
<link href="_images/favicon32x32.png" rel="shortcut icon" type="image/png">
<!-- Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Documentação Guardians - Home">
<meta property="og:image" content="https://raw.githubusercontent.com/Guardians-DSC/docs/gh-pages/imgs/facebook.png">
<meta property="og:description" content="Documentação Guardians-DSC">
<meta property="og:locale" content="pt_BR">
<!--[if IE]><link rel="shortcut icon" href="https://assets.openshift.net/content/subdomain/favicon.ico"><![endif]-->
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" media="screen, print">
<link href="_stylesheets/community-home.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://assets.openshift.net/content/html5shiv.js"></script>
<script src="https://assets.openshift.net/content/respond.js"></script>
<![endif]-->
<!-- IE8 requires jQuery and Bootstrap JS to load in head to prevent rendering bugs -->
<!-- IE8 requires jQuery v1.x -->
<script src="https://assets.openshift.net/content/subdomain.js"></script>
<script async src="//www.google-analytics.com/analytics.js" type="text/javascript"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-40375612-1', 'openshift.org');
ga('set', 'forceSSL', true);
ga('send', 'pageview');
</script>
</head>
<body class="hub hub-home">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<a href="https://www.facebook.com/guardiansufcg/"><img class="masthead-brand" src="_images/origin_logo.png" alt="OpenShift Logo" /></a>
<nav>
<ul class="nav masthead-nav">
<li><a href="https://sites.google.com/a/computacao.ufcg.edu.br/guardians-ccc/home" target="_blank">Site Oficial</a></li>
<li><a href="https://github.com/guardians-dsc/" target="_blank">Contribua</a></li>
</ul>
</nav>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading">Documentação</h1>
<p class="lead">
<strong>Guardians</strong> é um grupo composto por alunos voluntários do curso de Ciência da Computação, da Universidade
Federal de Campina Grande. Os principais objetivos do grupo são: manter o funcionamento dos laboratórios
de ensino do curso, suporte aos usuários e às máquinas dos laboratórios, atualizações de segurança,
correção de falhas, desenvolvimento de novas aplicações, aquisição e disseminação de conhecimento
sobre Administração de Sistemas. </p>
<div class="btn-group">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Versão <span class="caret"></span></button>
<ul class="dropdown-menu" role="menu">
<li><a href="/_preview/main/latest/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> Guardians-DSC Latest</a></li>
</ul>
</div>
</div>
<div class="mastfoot">
<div class="inner">
</div>
</div>
</div>
</div>
</div>
</body>
</html>