-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (108 loc) · 5.45 KB
/
Copy pathindex.html
File metadata and controls
140 lines (108 loc) · 5.45 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Miguel Casteleiro</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<!---- JUMBOTRON --->
<div class=" text-center pb-2 jumbotron">
<h1 class="display-4 text-center">Bioengineer, Entrepreneur, Curious, Creative, Fair</h1>
<p class="lead mt-4">A simple webpage to try to present me? Hello, I am Miguel.</p>
<hr class="my-3">
<p>I have included some pictures of me. No, not that kind. Just random pictures of me doing random things.</p>
<p class="lead text-center">
<a id="mainbutton" class="btn btn-success btn-lg" href="#mid-text" role="button">Show me da pics!</a>
</p>
</div>
<!---- FOTOS --->
<div class="container fotos">
<p id="mid-text" class=" text-center">I kindly folded the humiliating ones. Slide over them, just if you really have too! </p>
<div class="mb-4 row">
<div id="p1" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/1.jpg">
</div>
<div id="fotoplace" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/2.jpg">
</div>
<div id="p3" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/3.jpg">
</div>
</div>
<div class=" mb-5 row">
<div id="p4" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/4.jpg">
</div>
<div id="p5" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/5.jpg">
</div>
<div id="p6" class="col-sm-4">
<img class="img-thumbnail img-fluid" src="/pics/6.jpg">
</div>
</div>
</div>
<hr class="my-3">
<!----TOPICS about me --->
<div idclass="container">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-header">
Weekly Interview
</div>
<div class="card-block">
<h4 class="card-title">Why I joined the Academy?</h4>
<p class="card-text">To be able to apply my research background to business. To grow and have new experiencies.</p>
<a href="#" class="btn btn-outline-success">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-header">
Featured
</div>
<div class="card-block">
<h4 class="card-title">Who am I?</h4>
<p class="card-text">Addicted to the Startup Spirit. A curious mind seeking the Ultimate connection of biology and engineering. Tennis player.</p>
<a href="mailto:migkast@hotmail.com" class="btn btn-outline-success">Email me!</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-header">
Premium Content
</div>
<div class="card-block">
<h4 class="card-title">Talk to me about..</h4>
<p class="card-text">Biomedical Devices, Microfluidics, Transhumanism, Cryptocurrencies, Business ideas...</p>
<a href="#" class="btn btn-warning">Subscribe to see more!</a>
</div>
</div>
</div>
</div>
</div>
<hr class="my-5">
<footer>
<div>
© Miguel Casteleiro
</div>
<div class="float-right">
Design: <a href="https://v4-alpha.getbootstrap.com">MC featuring Bootstrap</a>
</div>
</footer>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<script src="oridomi.min.js"></script>
<script src="main.js"></script>
</body>
</html>