-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (86 loc) · 3.31 KB
/
index.html
File metadata and controls
86 lines (86 loc) · 3.31 KB
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>
<html class="no-js" lang="es">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="IUb9lLyjVj8A8WTSXfwNUrMrU0H8WP3phdwS4-ef_Io">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Dimension R Group">
<meta name="keywords" content="dimension, r, ciencia, educación, actualidad, investigación">
<meta name="author" content="Dimension R">
<link rel="alternate" hreflang="pe" href="http://dimensionr.github.io">
<title>Dimension R</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="/public/assets/images/dr.png">
<link rel="stylesheet" href="/public/assets/libs/sellesia/sellesia.css">
<link rel="stylesheet" href="/public/css/aldnoahzero/aldnoahzero.theme.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="border-logo">
<div class="logo"><a href="/"><img src="/public/assets/images/dr.png" alt="Dimension R"></a><a href="/">dimension r</a></div>
</div>
<div class="content">
<section class="posts">
<div class="post">
<div class="about">
<div class="description">
<p>Grupo dedicado a divulgar y aprender las conexiones de la Matemática y la Ciencia de la Computacíon.</p>
</div>
</div>
</div>
</section>
<section class="news">
<div class="title">
<h2>Noticias</h2>
</div>
<div class="event"><a class="read-more" href="/expociencia-2018.html"><img src="/public/assets/images/expo2018_footer.png"></a></div>
</section>
<section class="users">
<div class="title">
<h2>Integrantes</h2>
</div>
<div class="user">
<div class="figure"><img src="/public/assets/images/freider.jpg"></div><a href="#">Estudiante de Ciencia de la computación</a>
<div class="rol">
<p>Cofundador</p>
</div>
</div>
<div class="user">
<div class="figure"> <img src="/public/assets/images/oromion.gif"></div><a href="#">Estudiante de matemática</a>
<div class="rol">
<p>Cofundador</p>
</div>
</div>
</section>
<section class="info">
<table>
<tbody>
<tr>
<th>Siglas:</th>
<td>GDR</td>
</tr>
<tr>
<th>tipo:</th>
<td>Interdisciplinario</td>
</tr>
<tr>
<th>fecha de fundación:</th>
<td>Julio del 2018</td>
</tr>
<tr>
<th>correo:</th>
<td>dimensionrgroup@gmail.com</td>
</tr>
</tbody>
</table>
</section>
<footer>
<p>© 2018 Dimension R - Powered by Selesia Boilerplate and GitHub Pages.</p>
</footer>
</div>
</div>
<script src="/public/js/main.js"></script>
</body>
</html>