-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (244 loc) · 15.1 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marfullsen was here!</title>
<link href="assets/css/use_material_icons_font.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="assets/css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="montserrat-regular">
<main>
<section class="darkBg">
<section class="wrapper flex-center container">
<article onclick="rotar_frase()" id="catquote" class="display-none non-selectable">Curiosity killed the cat, but satisfaction brought it back to life.</article>
<section id="hero" class="windowslike">
<!-- Barra superior con ícono, título y botones azules -->
<article class="top-bar">
<span class="flex-center non-selectable" ondblclick="toggleDebugOutline()">
<img src="assets\img\bloc-icon.png" alt="bloc-icon" width="17" height="17">
new_document.txt
</span>
<span class="close-min-max-btns">
<!-- Botones azules -->
<i onclick="document.getElementsByClassName('windowslike')[0].style.display = 'none'; catquote.style.display = 'block'">
<svg height="10" width="10" xmlns="http://www.w3.org/2000/svg"><circle r="5" cx="5" cy="5" fill="aquamarine" /></svg>
</i>
<i onclick="document.getElementsByClassName('windowslike')[0].style.display = 'none'; catquote.style.display = 'block'">
<svg height="10" width="10" xmlns="http://www.w3.org/2000/svg"><circle r="5" cx="5" cy="5" fill="teal" /></svg>
</i>
<i onclick="document.getElementsByClassName('windowslike')[0].style.display = 'none'; catquote.style.display = 'block'">
<svg height="10" width="10" xmlns="http://www.w3.org/2000/svg"><circle r="5" cx="5" cy="5" fill="aqua" /></svg>
</i>
</span>
</article>
<article class="transparent-color-bg round-borders margin-15px padding-25px">
<div class="flex-center flex-col">
<div class="flex">
<h3>Marfullsen</h3>
<p class="flow-text"> Software Developer</p>
</div>
<br>
<div id="botonera">
<article class="row show-on-small">
<div id="left_button" class="anim-mover">
<a class=" waves-effect waves-light btn-small teal modal-trigger" href="#modal1"><i class="material-icons left">star</i>About Me</a><br>
</div>
<div class="anim-mover">
<a onclick="scrollSmoothlyToId('projects')" class="waves-effect waves-light btn-small teal"><i class="material-icons left">work</i>Projects</a><br>
</div>
<div id="right_button" class="anim-mover">
<a onclick="scrollSmoothlyToId('contact')" class="waves-effect waves-light btn-small teal"><i class="material-icons left">phone</i>Contact</a>
</div>
</article>
</div>
</div>
</article>
</section>
</section>
</section>
<!-- Modal About Me -->
<section id="modal1" class="modal teal border-radius-7px overflow-hidden max-width-500px">
<!-- Modal Content -->
<div class="modal-content white-text">
<div class="flex flex-row flex-center">
<span class="divider width-100"></span>
<img src="assets/img/56993209.jpg" alt="profile-picture" width="120" class="circle responsive-img margin-24px">
<span class="divider width-100"></span>
</div>
<h5 class="center tooltipped" data-position="bottom" data-tooltip="My Github Profile"><a class="blue-text text-darken-4" href="https://github.com/Marfullsen">@Marfullsen</a></h5>
<p>Innovation starts with a single idea. As a software developer, I turn those ideas into functional, beautiful, and impactful digital experiences. Let’s connect and create something extraordinary!</p>
</div>
<article class="white">
<h6 class="center padding-15px">— Skills —</h6>
<div class="scroll imgBox" style="--time:25s">
<div>
<img class="tooltipped" data-position="top" data-tooltip="AndroidStudio" src="assets/img/skills_icons/AndroidStudio-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="VueJS" src="assets/img/skills_icons/VueJS-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Vite" src="assets/img/skills_icons/Vite-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="VSCode" src="assets/img/skills_icons/VSCode-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="TailwindCSS" src="assets/img/skills_icons/TailwindCSS-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Python" src="assets/img/skills_icons/Python-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Pinia" src="assets/img/skills_icons/Pinia-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="HTML" src="assets/img/skills_icons/HTML.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Git" src="assets/img/skills_icons/Git.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Django" src="assets/img/skills_icons/Django.svg" width="50">
</div>
<div>
<img class="tooltipped" data-position="top" data-tooltip="Arch" src="assets/img/skills_icons/Arch-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Bootstrap" src="assets/img/skills_icons/Bootstrap.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Cloudflare" src="assets/img/skills_icons/Cloudflare-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Debian" src="assets/img/skills_icons/Debian-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Docker" src="assets/img/skills_icons/Docker.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Flask" src="assets/img/skills_icons/Flask-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="GCP" src="assets/img/skills_icons/GCP-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Github" src="assets/img/skills_icons/Github-Dark.svg" width="50">
<img class="tooltipped" data-position="top" data-tooltip="Godot" src="assets/img/skills_icons/Godot-Dark.svg" width="50">
<img class="tooltipped" data-position="bottom" data-tooltip="Jenkins" src="assets/img/skills_icons/Jenkins-Dark.svg" width="50">
</div>
</div>
</article>
<!-- Modal Footer -->
<div class="modal-footer">
<a class="modal-close waves-effect waves-green btn-flat white-text">
<img id="visitor_counter" class="visitor_counter hidden" src="https://hitwebcounter.com/counter/counter.php?page=7884607&style=0008&nbdigits=5&type=page&initCount=0" title="Contador de visitas" alt="Web counter">
</a>
</div>
</section>
<!-- End Modal -->
<section id="projects" class="wrapper darkBg valign-wrapper">
<!-- <h1 class="center-align transparent-color-bg">Starred Projects</h1> -->
<div class="container">
<div class="col s6 center">
<div class="shadowed-text">
<h5 id="repo_name" class="poppins-regular white-text">Repo name 1</h5>
<h1 class="projects-title ui-sans-serif white-text">Have a look at this project!</h1>
<p id="repo_about" class="white-text">This repo consist on...</p>
</div>
</div>
<article class="col s6">
<div class="carousel-js">
<div class="carousel-container-js">
<div titulo="Podología Carlos Ovando" subtitulo="Página web de una consulta podológica" style="background-image: url('assets/img/outstanding_projects/ovando_1.png');" class="carousel-item-js"></div>
<div titulo="AoE Minimap Generator" subtitulo="Generador de minimapas de un conocido juego" style="background-image: url('assets/img/outstanding_projects/aoe2_minimap.png');" class="carousel-item-js"></div>
<div titulo="Estilos Sociales" subtitulo="Test psicológico interactivo" style="background-image: url('assets/img/outstanding_projects/estilos_sociales.png');" class="carousel-item-js active"></div>
<div titulo="Óptica Optimar" subtitulo="Buscador de recetas de lentes" style="background-image: url('assets/img/outstanding_projects/optimar.png');" class="carousel-item-js"></div>
<div titulo="EcoRecicla" subtitulo="App mobile para encontrar puntos de reciclaje" style="background-image: url('assets/img/outstanding_projects/ecoreciclav.png');" class="carousel-item-js"></div>
</div>
</div>
</article>
</div>
</section>
<!-- <section class="wrapper darkBg">
<h1 class="center-align transparent-color-bg">Recent Projects</h1>
<div class="container">
<section class="row margin-bottom-0">
<div class="col s12 m4 margin-top-1">
<div class="icon-block windowslike">
<div class="windowslike">
<div class="center">
<img src="assets/img/camarero_icon.png" alt="latest-project" width="75">
</div>
<h5 class="center">Camarero.cl</h5>
<p class="center"><span class="rounded-badge green-badge">Python</span></p>
<p class="light">Digitalización de los servicios que ofrecen los restaurantes, menús QR, órdenes a tomar y platos a preparar en la cocina.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block windowslike">
<div class="windowslike">
<div class="center">
<img src="assets/img/harmonia_icon.png" alt="latest-project" width="75">
</div>
<h5 class="center">Harmonia</h5>
<p class="center">
<span class="rounded-badge purple-badge">React Native</span>
</p>
<p class="light">Harmonia, inspiration for you. Get melodic hints for your music creations.</p>
</div>
</div>
</div>
<div class="col s12 m4 margin-top-1">
<div class="icon-block windowslike">
<div class="windowslike">
<div class="center">
<img src="assets/img/bloc-icon.png" alt="latest-project" width="75">
</div>
<h5 class="center">My Own Landing Page</h5>
<p class="center"><span class="rounded-badge">HTML</span></p>
<p class="light">Mi propio sitio web con todos los proyectos destacados que he hecho.</p>
</div>
</div>
</div>
</section>
</div>
</section> -->
<section id="contact" class="wrapper darkBg flex-center">
<fieldset>
<legend><h1 class="center-align transparent-color-bg">Let’s network!</h1></legend>
<div class="center-evenly padding-contact">
<a href="https://www.linkedin.com/in/francisco-marfull/" class="btn-floating pulse tooltipped" data-position="bottom" data-tooltip="francisco-marfull">
<i class="fa fa-fw fa-linkedin"></i></a>
<a href="mailto:marfullsen@gmail.com?Subject=Ready%20to%20Network"
class="btn-floating pulse tooltipped" data-position="top" data-tooltip="marfullsen@gmail.com">
<i class="fa fa-fw fa-envelope"></i></a>
<a href="https://github.com/Marfullsen" class="btn-floating pulse tooltipped" data-position="bottom" data-tooltip="@Marfullsen">
<i class="fa fa-fw fa-github"></i></a>
</div>
</fieldset>
</section>
</main>
<script>
document.addEventListener('DOMContentLoaded', function() {
const hero = document.getElementById('hero');
const right_button = document.getElementById('right_button');
const left_button = document.getElementById('left_button');
hero.classList.add('appear');
setTimeout(function() {
right_button.classList.add('move-right');
left_button.classList.add('move-left');
}, 1000);
});
let rotationAngle = 0;
function rotar_frase() {
const catquote = document.getElementById('catquote');
rotationAngle += 10;
catquote.style.transform = `rotate(${rotationAngle}deg)`;
}
let mode = 'normal';
function toggleDebugOutline() {
const allElements = document.querySelectorAll('*');
if (mode == 'normal') {
mode = 'outlined';
visitor_counter.style.visibility = 'visible'
allElements.forEach(function(element) {
element.style.outline = '1px solid red';
});
} else {
mode = 'normal';
visitor_counter.style.visibility = 'hidden'
allElements.forEach(function(element) {
element.style.outline = '';
});
}
}
function scrollSmoothlyToId(id) {
const element = document.getElementById(id);
if (element) {
element.scrollIntoView({ behavior: 'smooth' });
}
}
</script>
<script type="text/javascript" src="assets/js/materialize.min.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
</body>
</html>