-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
260 lines (215 loc) · 8.59 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Veras Repository</title>
<!-- Bootstrap core CSS -->
<link href="pages/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<!-- Custom fonts for this template -->
<link href="pages/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="pages/css/landing-page.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">Thiago Veras</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="intro-header">
<div class="container">
<div class="intro-message">
<h1>Thiago Veras Repository<br><h3>Site under construction...</h3></h1>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li class="list-inline-item">
<a href="https://github.com/VerasThiago" class="btn btn-secondary btn-lg">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/verasunb/" class="btn btn-secondary btn-lg">
<i class="fa fa-linkedin fa-fw"></i>
<span class="network-name">Linkedin</span>
</a>
</li>
</ul>
</div>
</div>
</header>
<!-- Page Content -->
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 ml-auto">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<a href = "pages/codes.html" alt>
<h2 class="section-heading">Codes:</h2>
</a>
<p class="lead">Here you will find some useful algorithms that helped me doing some URI, Codefoces and UVA problems.</p>
</div>
<div class="col-lg-5 mr-auto">
<a href = "pages/codes.html" alt>
<img class="img-fluid size2 " style="position: relative; left: 100px;" src="https://goo.gl/Lpg8ZZ" alt="">
</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 mr-auto order-lg-2">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<a href = "pages/exercises.html" alt = "">
<h2 class="section-heading">Exercises:</h2>
</a>
<p class="lead">Some excercises that were solved with that algorithms.</p>
</div>
<div class="col-lg-5 ml-auto order-lg-1">
<a href = "pages/exercises.html" alt = "">
<img class="img-fluid " src="https://goo.gl/KKfKdv" alt="">
</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 ml-auto">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<a href = "pages/projects.html" alt = "">
<h2 class="section-heading">Projects:</h2>
</a>
<p class="lead">Projects that I made during my CIC graduation.</p>
</div>
<div class="col-lg-5 ml-auto order-lg-1">
<a href = "pages/projects.html" alt = "">
<img class="img-fluid size2" style="position: relative; right: 20px;" src="https://goo.gl/xdQj8V" alt="">
</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 mr-auto order-lg-2">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<a href = "https://github.com/VerasUnB/Algorithms/blob/master/codes/Goals.md" alt = "">
<h2 class="section-heading">Personal Goals</h2>
</a>
<p class="lead">Goals that I made to improve my programming skills.</p>
</div>
<div class="col-lg-5 mr-auto ">
<a href = "https://github.com/VerasUnB/Algorithms/blob/master/codes/Goals.md" alt = "">
<img class=" size2 img-fluid" style="position: relative; left: 200px;" src="https://goo.gl/cXqjUZ" alt="">
</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<aside class="banner">
<div class="container">
<div class="row">
<div class="col-lg-6 my-auto">
<h2>My profiles:</h2>
</div>
<div class="col-lg-4 my-auto">
<iframe src="https://discordapp.com/widget?id=291273720738349068&theme=dark" width="350" height="300" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="col-lg-2 my-auto">
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="http://codeforces.com/profile/Veras">
<img class ="img-fluid size thick-border" src ="https://goo.gl/j32Zam" alt ="" >
</a>
</li>
<li class="list-inline-item">
<a href="https://www.urionlinejudge.com.br/judge/pt/profile/113065" >
<img class ="img-fluid size thick-border" src ="https://goo.gl/8YVvdi" alt ="" >
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</aside>
<!-- /.banner -->
<!-- Footer -->
<footer>
<div class="container" aling = "center">
<ul class="list-inline">
<li class="list-inline-item">
<a href="#">Home</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#about">About</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="pages/contact.html">Contact</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © Veras's 2017. All Rights Reserved</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="pages/vendor/jquery/jquery.min.js"></script>
<script src="pages/vendor/popper/popper.min.js"></script>
<script src="pages/vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
<script >
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].onclick = function(){
/* Toggle between adding and removing the "active" class,
to highlight the button that controls the panel */
this.classList.toggle("active");
/* Toggle between hiding and showing the active panel */
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
}
}
</script>