-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathday-4.html
114 lines (108 loc) · 3.89 KB
/
day-4.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
111
112
113
114
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ng-Week</title>
<link rel="stylesheet" href="assets/css/dropcast.css" />
<link rel="author" href="humans.txt" />
<link
href="https://use.fontawesome.com/releases/v5.0.6/css/all.css"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Rufina:400,700|Source+Sans+Pro:200,300,400,600,700"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
</head>
<style>
.site__navigation .site__navigation_items--right {
background-color: #7ccdb9;
}
.site__title.site__title--separator:after {
border-bottom: 3px solid #7ccdb9;
}
.image-author{
width: 60%;
padding: 30px 0px;
}
.image-author img {
max-width: 100%;
}
.logo-img{
width: 66px;
transform: translate3d(20px, 40px, 0);
}
.nav__list {
margin-top: 8em;
}
</style>
<body class="page--detail">
<nav>
<div>
<a href="index.html">
<img src="assets/images/logo1.png" alt="logo" class="logo-img" />
</a>
</div>
<ul class="nav__list">
<li class="nav__item"><a href="/">Dias</a></li>
</ul>
<!-- <ul class="nav__social">
<li><a href="#" class="nav_social__item"><i class="fab fa-google-play"></i></a></li>
<li><a href="#" class="nav_social__item"><i class="fab fa-itunes-note"></i></a></li>
<li><a href="#" class="nav_social__item"><i class="fas fa-rss-square"></i></a></li>
</ul> -->
</nav>
<section class="site">
<div id="site__bg"></div>
<div class="left">
<label for="" class="site__label">Día #4: 27 de Junio</label>
<h1 class="site__title site__title--separator">Luis Aviles</h1>
<div class="image-author">
<img
src="assets/images/photos/original/luis.jpg"
alt="image"
/>
</div>
</div>
<div class="right">
<h1 class="site__secondary_title">
Desarrollo Full Stack con Angular
</h1>
<h4 class="site__secondary_title">Descripción:</h4>
<p class="site__description">
Desarrollar tu backend y frontend usando TypeScript y reutilizar tus conocimientos de Angular para el desarrollo de tus servicios ahora es posible. Herramientas modernas permiten agregar el soporte de NestJS a una aplicación Angular para que puedas compartir no sólo el mismo lenguaje de programación, sino también código y patrones de diseño, todo dentro de un mismo proyecto.
</p>
<h4 class="site__secondary_title">Lugar:</h4>
<p class="site__description">
360 Workplace, Cochabamba</br>
Avenida América Este y, Av Uyuni, Cochabamba.
<a target="_blank" href="https://goo.gl/maps/fJfsXpQ3Nnzkphe16">mapa</a>
</p>
<h4 class="site__secondary_title">Hora:</h4>
<p class="site__description">7pm a 9pm</p>
<div class="site__navigation">
<!-- toggle on the previous as needed -->
<a
target="_blank"
href="https://forms.gle/8LJezLUy2BQGiMWX9"
class="site__navigation_items site__navigation_items--right"
>
<h4>REGISTRARSE</h4>
</a>
</div>
</div>
</section>
<script src="assets/js/dropcast.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142408709-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-142408709-1');
</script>
</body>
</html>