-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (151 loc) · 6.53 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>My personal Page</title>
<meta charset="UTF-8">
<meta name="description" content="Personal page for ATLS 4630 - Web Front End Development">
<meta name="keywords" content="HTML,CSS, JS">
<meta name="author" content="Ismael Garrido Mansoa">
<link rel="stylesheet" href="./STYLE/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.1/css/materialize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='./IMAGES' rel='stylesheet'>
</head>
<body>
<div class="container">
<a href="#" data-target="nav-mobile" class="sidenav-trigger button-collapse">
<i class="material-icons blue-grey-text darken-4 large">menu</i>
</a>
</div>
<ul id="nav-mobile" class="sidenav blue-grey">
<li>
<a href="index.html">
<i class="material-icons">person</i>
<span class="text">Profile</span>
</a>
</li>
<li>
<a href="labs.html">
<i class="material-icons">school</i>
<span class="text">Class Labs</span>
</a>
</li>
<li>
<a href="projects.html">
<i class="material-icons">build</i>
<span class="text">Projects</span>
</a>
</li>
<li>
<a href="journal.html">
<i class="material-icons">assignment</i>
<span class="text">Project Journal</span>
</a>
</li>
</ul>
<ul class="sidenav sidenav-fixed blue-grey hide-on-small-only">
<li>
<a href="index.html">
<i class="material-icons">person</i>
<span class="text">Profile</span>
</a>
</li>
<li>
<a href="labs.html">
<i class="material-icons">school</i>
<span class="text">Class Labs</span>
</a>
</li>
<li>
<a href="projects.html">
<i class="material-icons">build</i>
<span class="text">Projects</span>
</a>
</li>
<li>
<a href="journal.html">
<i class="material-icons">assignment</i>
<span class="text">Project Journal</span>
</a>
</li>
</ul>
<nav-section class="nav_first">
<div class="main">
<h2 class="title">Ismael Garrido Mansoa</h2>
<p class="main_description">Senior Computer Science & Engineering Student.<br/> Madrid, Spain.</p>
<i class="large material-icons" id="scroll_mat">expand_more</i>
<!-- <p class="red-text text-darken-4" id="hidden_text">Scroll down to check it out!<br> <i class="large material-icons" id="scroll_mat">expand_more</i></p> -->
</div>
</nav-section>
<nav-section class="nav_second">
<div class="profile center-align">
<h2 class="profile_text title">Profile</h2>
<img src="IMAGES/isma.png" alt="" class="circle responsive-img"> <!-- center image -->
<div class="cosas">
<div class="card-panel hoverable center-align blue-grey lighten-2" > <b>Birthday:</b> July 10th, 1997</div>
<div class="card-panel hoverable center-align blue-grey lighten-2" > <b>Nationality:</b> Madrid, Spain</div>
<div class="card-panel hoverable center-align blue-grey lighten-2" > <b>Education:</b> University of Colorado Boulder <br>
Universidad Carlos III de Madrid
</div>
<div class="card-panel hoverable center-align blue-grey lighten-2" > <b>Major:</b> Computer Science & Engineering</div>
<div class="card-panel hoverable center-align blue-grey lighten-2" > <b>Year of Study:</b> Senior Year</div>
</div>
</div>
<div class="profile center-align">
<h2 class="profile_exp title">Experience</h2>
<div class="cosas">
<div class="card-panel hoverable center-align cosas blue-grey lighten-2" >Video and Audio technician at Universidad Carlos III de Madrid.
Recording and management of conferences and events. Video editing on Adobe Premiere Pro</div>
<div class="card-panel hoverable center-align blue-grey lighten-2" >Intership "Seeds of the Future" by Huawei. 15 day Experience in China learning Chinese and Telecommunication technologies (3G, 4G and 5G) </div>
<div class="card-panel hoverable center-align blue-grey lighten-2" >William's Village dining hall worker on University of Colorado Boulder</div>
</div>
<div class="profile center-align morecosas">
<h2 class="profile_exp title">More about me</h2>
<div>Video to apply for the Huawei China Intership </div>
<i class="material-icons l-id=">arrow_downward</i>
</div>
<div class="video-container video_div responsive-video">
<iframe width="853" height="480" src="https://www.youtube.com/embed/iBSR_vrzpf0" allowfullscreen class="video"></iframe>
</div>
</div>
</nav-section>
<footer class="page-footer blue-grey darken-2">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Useful links</h5>
<ul>
<li><a class="white-text" href="https://www.facebook.com">
<i class="fa fa-facebook white-text"></i>
Facebook
</a></li>
<li><a class="white-text" href="https://www.twitter.com">
<i class="fa fa-twitter white-text"></i>
Twitter
</a></li>
<li><a class="white-text" href="https://www.instagram.com">
<i class="fa fa-instagram white-text"></i>
Instagram
</a></li>
<li><a class="white-text" href="https://www.github.com/maysgar">
<i class="fa fa-github white-text"></i>
Github
</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright blue-grey darken-3">
<div class="container">
© 2018 Copyright Text
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.1/js/materialize.min.js"></script>
<script src="Script1.js"></script>
</body>
</html>