-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (227 loc) · 15.4 KB
/
index.html
File metadata and controls
232 lines (227 loc) · 15.4 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
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
<!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="Rodrigo Tallar" />
<title>Rodrigo Tallar</title>
<link rel="icon" type="image/x-icon" href="assets/Rodrigo_tallar__1_-removebg-preview.ico" />
<link rel="stylesheet" href="css/index.css">
<script src="https://code.jquery.com/jquery-3.1.1.js"></script> <!-- jQuery -->
<link href="css/styles.css" rel="stylesheet" /> <!-- Core theme CSS (includes Bootstrap)-->
<script src="https://kit.fontawesome.com/acb5e52e54.js" crossorigin="anonymous"></script> <!-- iconos -->
<link rel="stylesheet" href="https://s.pageclip.co/v1/pageclip.css" media="screen"> <!-- Pageclip -->
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container px-4">
<a class="navbar-brand" href="#page-top" onclick="NavEvent('home')">Rodrigo Tallar</a>
<a class="top_icon m-2 justify-content-left" href="https://github.com/rtallarr" target="_blank" onclick="TopButtonEvent('Github')"><i class="fab fa-github"></i></a>
<a class="top_icon m-2 justify-content-left" href="https://www.linkedin.com/in/rtallarr" target="_blank" onclick="TopButtonEvent('Linkedin')"><i class="fab fa-linkedin-in"></i></i></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item"><a class="nav-link" href="#projects" onclick="NavEvent('projects')">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#pics" onclick="NavEvent('pics')">Pictures</a></li>
<li class="nav-item"><a class="nav-link" href="#numbers" onclick="NavEvent('stats')">Stats</a></li>
<li class="nav-item"><a class="nav-link" href="#contact" onclick="NavEvent('contact')">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="bg-primary bg-gradient text-white">
<div class="container px-4 text-center">
<h1 class="fw-bolder mb-3">Rodrigo Tallar</h1>
<p class="lead">
My name is Rodrigo Tallar and I'm from the beautiful country of Chile.
Among other things, I'm a human being, a student, a gamer, climber and a developer.
I’m currently learning a lot of difficult and mostly useless things at the university.
All for the sake of obtaining a piece of paper called diploma. It's supposed to help me get hired, although I'm not entirely sure whether it actually does.
As a result I'm often feeling stupid because of it.
<br><br>
In addition to my academic pursuits, I'm also an enthusiastic gamer.
My gaming interests span a wide spectrum, but I have a special fondness for games like Old School Runescape and Rust.
Despite my enthusiasm, I must confess that I'm not particularly skilled at them, but the fun is in the experience.
I built the PC I use for gaming, and I'm quite proud of it. It features a Ryzen 5 3600, a GTX 1660 Super, and 16 GB of RAM.
More importantly, it's equipped with RGB lights, which give it a very cool appearance. 😎
<!-- Hey there, I'm Rodrigo Tallar, hailing from the beautiful country of Chile. I'm just your regular guy, juggling life as a student, gamer, climber, and developer.
Right now, I'm knee-deep in some seriously mind-boggling university stuff, all in pursuit of that magical piece of paper they call a diploma.
Supposedly, it's the golden ticket to landing a job, though I'm not entirely convinced it's a surefire deal.
So, you'll often find me scratching my head and feeling a bit clueless.
<br><br>
Aside from the academic chaos, I'm a gaming fanatic.
My gaming tastes are all over the map, but I've got a soft spot for games like Old School Runescape and first-person shooters (FPS).
Admittedly, I'm not a pro at them, but it's all about the fun, right? Oh, and let's not forget my prized possession – the PC I built myself.
It packs a Ryzen 5 3600, a GTX 1660 Super, and 16 GB of RAM.
But the real star of the show? Those snazzy RGB lights that make it look absolutely cool. 😎 -->
</p>
<!-- <a class="btn btn-lg btn-light" href="#about">Start scrolling!</a> -->
</div>
</header>
<!-- Projects section-->
<section style="background-color: rgb(242, 242, 242);" id="projects">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2 class="mb-3">Projects</h2>
<p class="lead">
Some things I've done:
</p>
<div class="row">
<div class="col-6"><p>A simple web word game</p></div>
<div class="col-6"><a href="https://www.tallar.cl/worder">Worder</a></div>
</div>
<div class="row">
<div class="col-6"><p>A program to aggregate medical exams for doctors</p></div>
<div class="col-6"><a href="https://lab-flux-hph.vercel.app">LabFluxPHP</a></div>
</div>
<div class="row">
<div class="col-6"><p>A web app to optimaze and plan out a skill for a game (OSRS)</p></div>
<div class="col-6"><a href="https://runestuff.github.io/SlayerCalc/#/blocklist">Slayer Calculator</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- pics section-->
<section>
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2 id="pics">Pictures</h2>
<p class="lead">
Here are some pretty cool pics of me, created with AI. I trained a model using actual pictures of myself, and then, through prompts, I had it generate these images
</p>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel" data-bs-interval="3000">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="5" aria-label="Slide 6"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="6" aria-label="Slide 7"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="7" aria-label="Slide 8"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/00024-1634328698-Close portrai___.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/fino1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/blacknwhite.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/00054-2216175895-Portrait of T___.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/fino2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/scientist2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/random.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/00040-3682286970-Highly detail___.png" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Stats section-->
<section style="background-color: rgb(242, 242, 242);" id="numbers">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2 class="mb-3">Stats</h2>
<p class="lead">
Me in data:
</p>
<div class="row">
<div class="col-6"><p>Age</p></div>
<div class="col-6"><p id="age"></p></div>
</div>
<div class="row">
<div class="col-6"><p>Height</p></div>
<div class="col-6"><p>186 [cm]</p></div>
</div>
<div class="row">
<div class="col-6"><p>Languages</p></div>
<div class="col-6"><p>2</p></div>
</div>
<div class="row">
<div class="col-6"><p>Liked songs in spotify</p></div>
<div class="col-6"><p>1334</p></div>
</div>
<div class="row">
<div class="col-6">Chess.com rapid Elo</div>
<div class="col-6"><p id="chessRating"></p></div>
</div>
<div class="row">
<div class="col-6">Rapid games played</div>
<div class="col-6"><p id="chessGames"></p></div>
</div>
<div class="row">
<div class="col-6"><p>Games owned in steam</p></div>
<div class="col-6"><p id="gamesOwned">Loading...</p></div>
</div>
<div class="row">
<div class="col-6"><p>Most played game</p></div>
<div class="col-6"><p id="mostPlayed">Loading...</p></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section-->
<section id="contact">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2 class="mb-4 d-flex justify-content-center">Contact</h2>
<form action="https://send.pageclip.co/QR1URyBPSlUPqivNjKFyLR2pUfG1pjEb/contact" method="POST" class="pageclip-form">
<input class="encuesta" name="name" type="text" placeholder="Name">
<input class="encuesta" name="_replyto" type="email" placeholder="email@example.com" required>
<textarea class="encuesta" name="message" placeholder="Message" required></textarea>
<input class="encuesta" id="send" type="submit" value="Send">
</form>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container px-4">
<p id="copyright" class="m-0 text-center text-white d-inline"></p>
<script>document.getElementById("copyright").appendChild(document.createTextNode(new Date().getFullYear()))</script>
<p class="m-o text-white d-inline text-center"> © Rodrigo Tallar </p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script><!-- Bootstrap core JS-->
<script src="js/scripts.js"></script><!-- Core theme JS-->
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script> <!-- Pageclip-->
<script src="./js/utils/age.js"></script>
<script src="js/api-calls/github.js"></script>
<script src="js/api-calls/steam.js"></script>
<script src="js/api-calls/chess.js"></script>
<script src="js/utils/events.js"></script>
<script defer data-project="67e9b82eb9698244376e562e" src="https://cdn.jsdelivr.net/gh/litlyx/litlyx-js/browser/litlyx.js"></script>
</body>
</html>