-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
110 lines (91 loc) · 4.7 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="es">
<head>
<title>Hacktoberfest en Concepción 2019</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/countdowntime/flipclock.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!--===============================================================================================-->
</head>
<body>
<div class="bg-img1 size1 overlay1 p-b-35 p-l-15 p-r-15" style="background-image: url('images/bg01.png');">
<div class="flex-col-c p-t-160 p-b-215 respon1">
<div class="wrappic1">
<a href="#">
<img src="images/icons/logo.png" alt="IMG">
</a>
</div>
<h2 style="text-shadow:1px 1px 0 #444" class=" w3-text-white txt-center ">
HACKTOBERFEST DUOCUC 2019, CONCEPCIÓN
</h2>
<br>
<strong style="text-shadow:1px 1px 0 #444" class=" w3-text-white txt-center ">Modifica este repo en:
<a href="https://github.com/benocd/hacktoberfest">https://github.com/benocd/hacktoberfest</a>
</strong>
<p>
</p>
<div class="cd100">
</div>
<br>
<br>
<br>
<!-- PROYECTOS ESTRELLAS -->
</div>
<!-- REDES SOCIALES -->
<div class="flex-w flex-c-m p-b-35">
<a href="https://www.facebook.com/cittconcepcion/" target="_blank" class="size3 flex-c-m how-social trans-04 m-r-3 m-l-3 m-b-5">
<i class="fa fa-facebook"></i>
</a>
<a href="https://twitter.com/cittccp" target="_blank" class="size3 flex-c-m how-social trans-04 m-r-3 m-l-3 m-b-5">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.instagram.com/cittccp/" target="_blank" class="size3 flex-c-m how-social trans-04 m-r-3 m-l-3 m-b-5">
<i class="fa fa-instagram"></i>
</a>
</div>
<br>
<br>
<div class="w3-display-bottommiddle w3-center w3-padding-large how-powered">
Powered by <a href="https://www.beno.cl/" target="_blank">beno.cl</a> and <a href="https://www.instagram.com/cittccp/" >CITTCCP</a>
</div>
</div>
<!--===============================================================================================-->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/select2/select2.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/countdowntime/flipclock.min.js"></script>
<script src="vendor/countdowntime/moment.min.js"></script>
<script src="vendor/countdowntime/moment-timezone.min.js"></script>
<script src="vendor/countdowntime/moment-timezone-with-data.min.js"></script>
<script src="vendor/countdowntime/countdowntime.js"></script>
<!--===============================================================================================-->
<script src="vendor/tilt/tilt.jquery.min.js"></script>
<script >
$('.js-tilt').tilt({
scale: 1.1
})
</script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
</body>
</html>