-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (159 loc) · 8.26 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<title>Damorgal</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body id="myPage">
<!-- Sidebar on click -->
<nav class="w3-sidebar w3-bar-block w3-white w3-card w3-animate-left w3-xxlarge" style="display:none;z-index:2" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-display-topright w3-text-teal">Close
<i class="fa fa-remove"></i>
</a>
<a href="#" class="w3-bar-item w3-button">Link 1</a>
<a href="#" class="w3-bar-item w3-button">Link 2</a>
<a href="#" class="w3-bar-item w3-button">Link 3</a>
<a href="#" class="w3-bar-item w3-button">Link 4</a>
<a href="#" class="w3-bar-item w3-button">Link 5</a>
</nav>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-theme-d2 w3-left-align">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-hover-white w3-theme-d2" href="javascript:void(0);" onclick="openNav()"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-teal"><i class="fa fa-home w3-margin-right"></i>Diego Morgal</a>
<a href="#team" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Publications</a>
<a href="#work" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Research</a>
<a href="#pricing" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Industry</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Teaching</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-teal" title="Search"><i class="fa fa-search"></i></a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-theme-d2 w3-hide w3-hide-large w3-hide-medium">
<a href="#team" class="w3-bar-item w3-button">Publications</a>
<a href="#work" class="w3-bar-item w3-button">Research</a>
<a href="#pricing" class="w3-bar-item w3-button">Industry</a>
<a href="#contact" class="w3-bar-item w3-button">Teaching</a>
<a href="#" class="w3-bar-item w3-button">Search</a>
</div>
</div>
<!-- Image Header -->
<div class="w3-third w3-center w3-animate-opacity">
<hr>
<hr>
<hr>
<img src="https://damorgal.github.io/Profile.jpg" alt="profile" style="width:70%" class="w3-circle w3-hover-opacity">
<!-- width:100%;min-height:350px;max-height:600px;">-->
<div class="w3-margin-right w3-container w3-text-black">
<h3>Diego Aarón Moreno Galván</h3>
<h6>Diego A. {Moreno, Moreno-Galvan, Morgal}</h6>
</div>
<div class="w3-container">
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>NLP Data Scientist at Citi</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i><a href="mailto:diego.moreno@cimat.mx" target="_blank">diego.moreno@cimat.mx</a></p>
<p><i class="fa fa-user fa-fw w3-margin-right w3-large w3-text-teal"></i>PDF version of my <a href="https://damorgal.github.io/CV-DiegoAMG.pdf" target="_blank">Curriculum Vitae</a></p>
<p>Find my projects on: <a href="https://github.com/Damorgal" target="_blank"><i class="fa fa-github w3-hover-opacity w3-large"></i></a></p>
<hr>
</div>
</div>
<div class="w3-twothird w3-center w3-animate-opacity">
<div class="w3-container">
<hr>
<hr>
<hr>
<p class="w3-large w3-text-black"><b><i class="fa fa-code fa-fw w3-margin-right w3-xlarge w3-text-teal"></i>Interests</b></p>
<p><i class="fa fa-check fa-fw w3-margin-right w3-small w3-text-teal"></i> Multimodal Classification</p>
<p><i class="fa fa-check fa-fw w3-margin-right w3-small w3-text-teal"></i> Natural Language Processing</p>
<p><i class="fa fa-check fa-fw w3-margin-right w3-small w3-text-teal"></i> Machine Learning</p>
<p><i class="fa fa-check fa-fw w3-margin-right w3-small w3-text-teal"></i> Data Analysis</p>
<hr>
<p class="w3-large w3-text-black"><b><i class="fa fa-book fa-fw w3-margin-right w3-text-teal"></i>Education</b></p>
<div class="w3-container">
<h6 class="w3-text-theme"><b>Centro de Investigación en Matemáticas (<a href="https://www.cimat.mx" target="_blank">CIMAT</a>)</b></h6>
<p>M.Sc. in Computer Science</p>
<h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2020 - 2022</h6>
</div>
<div class="w3-container">
<h6 class="w3-text-theme"><b>Universidad de Guanajuato (<a href="http://www.demat.ugto.mx"target="_blank">DEMAT</a>)</b></h6>
<p>B.Sc. in Mathematics</p>
<h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2015 - 2020</h6>
</div>
<hr>
<p class="w3-large w3-text-black"><b><i class="fa fa-globe fa-fw w3-margin-right w3-text-teal"></i>Languages</b></p>
<p>English (professional)</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:90%"></div>
</div>
<p>Spanish (native)</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:95%"></div>
</div>
<br>
</div><hr>
</div>
</div>
<!-- Modal --
<div class="w3-container w3-display-bottomleft w3-margin-bottom">
<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-xlarge w3-theme w3-hover-teal" title="Go To W3.CSS">LEARN W3.CSS</button>
</div>
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4 w3-animate-top">
<header class="w3-container w3-teal w3-display-container">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-teal w3-display-topright"><i class="fa fa-remove"></i></span>
<h4>Oh snap! We just showed you a modal..</h4>
<h5>Because we can <i class="fa fa-smile-o"></i></h5>
</header>
<div class="w3-container">
<p>Cool huh? Ok, enough teasing around..</p>
<p>Go to our <a class="w3-text-teal" href="/w3css/default.asp">W3.CSS Tutorial</a> to learn more!</p>
</div>
<footer class="w3-container w3-teal">
<p>Modal footer</p>
</footer>
</div>
</div>
<!-- Team Container -->
<div class="w3-container w3-padding-64 w3-center" id="team">
<h2>Publications</h2>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-theme-d1 w3-center">
<h4>Follow Us</h4>
<a class="w3-button w3-large w3-teal" href="javascript:void(0)" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="w3-button w3-large w3-teal" href="javascript:void(0)" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="w3-button w3-large w3-teal" href="javascript:void(0)" title="Google +"><i class="fa fa-google-plus"></i></a>
<a class="w3-button w3-large w3-teal" href="javascript:void(0)" title="Google +"><i class="fa fa-instagram"></i></a>
<a class="w3-button w3-large w3-teal w3-hide-small" href="javascript:void(0)" title="Linkedin"><i class="fa fa-linkedin"></i></a>
<div style="position:relative;bottom:100px;z-index:1;" class="w3-tooltip w3-right">
<span class="w3-text w3-padding w3-teal w3-hide-small">Go To Top</span>
<a class="w3-button w3-theme" href="#myPage"><span class="w3-xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
<script>
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>