-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-old.html
64 lines (44 loc) · 2.01 KB
/
index-old.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
<!DOCTYPE html>
<html>
<head>
<title>Jorge A. Preciado</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>
<!-- Custom Stylesheet
<link rel="stylesheet" type="text/css" href="custom.css"> -->
</head>
<head>
<meta charset='utf-8'>
</head>
<body>
<div class="container">
<div class="jumbotron text-center">
<h1>Feliz Cumpleaños !!</h1>
<!-- ><p>Under construction...</p> -->
</div>
</div>
<div class="container-fluid">
<!--
<p>I'm an Astrophysicist and a postdoctoral fellow at the Perimeter Institute in Canada. This is my personal webpage and here's a direct
<a href="https://www.perimeterinstitute.ca/people/Jorge-Alejandro-Preciado">link</a>
link to my research website. Here's a cool image of a black hole simulation.</p>
-->
<div class="container-fluid text-center">
<h1>Hello Miss Preciado!! Feliz día 🙃!!</h1>
<img class="img-fluid text-center" src="http://www.silvitablanco.com.ar/mickey-cumple/mickey8.jpg" alt="Birthday01" height="345">
<p> Ya casi son 30 😱!! </p>
<img class="img-fluid text-center" src="https://i.pinimg.com/236x/fc/bc/b6/fcbcb651195d21772ac388616f9666d9--happy-b-day-quotes-pics.jpg" alt="Birthday02" height="345">
</div>
</div>
</body>
</html>