-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="true">
<meta charset="UTF-8">
<meta name="description" content="Esta es la pagina web La Direccion de Asuntos Estudiantiles de la Facultad de Ingenieria UC.">
<meta name="author" content="Jose Alvarado">
<!--<base href="">-->
<title>Dirección de Asuntos Estudiantiles | Facultad de Ingenieria UC</title>
<!--<link rel="canonical" href="">-->
<link rel="stylesheet" href="public/css/ed-grid.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,100">
<link rel="stylesheet" href="public/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
</head>
<body>
<header class="main-center cross-center">
<img src="public/images/universidad-carabobo.png" alt="Universidad de Carabobo">
</header>
<section class="desintegration">
<img src="public/images/desintegration.png" alt="">
</section>
<section class="welcome uppercase text-center">
<p>Facultad de Ingeniería</p>
<p>Dirección de asuntos estudiantiles</p>
</section>
<section class="mockup text-center">
<img src="public/images/mockup.png" alt="">
</section>
<section class="responsive uppercase text-center">
<p>Responsive Design</p>
<p>UI/UX</p>
</section>
<section class="isometric text-center">
<img src="public/images/isometric.png" alt="">
</section>
<a href="home" class="button">
<span class="fa fa-image"></span>
Live Preview
</a>
</body>
</html>