Skip to content

Commit e302651

Browse files
committed
Licence and one project
1 parent 156a402 commit e302651

29 files changed

+71
-898
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,10 @@ A typicall organized structure of a Jeckyll project may be something like this:
102102
### Troubleshooting
103103
* Can't see my favicon?: Clear Cache. Try a hard refresh (Ctrl + F5 or Cmd + Shift + R) or open in incognito mode. Browsers often cache favicons aggressively, and sometimes a simple refresh won't show the new favicon.
104104

105+
### Licence
106+
This portfolio is based on th awesome template [portfolYOU](https://github.com/yousinix/portfolYOU).
107+
108+
<sub><sup>© 2025 Alejandro Garnung Menéndez, licensed under the <a href="./LICENSE">MIT License</a>.</sup></sub>
109+
105110

106111

_includes/footer.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
<footer class="mt-auto py-3 text-center">
22

33
<small class="text-muted mb-2">
4-
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i>
5-
by <strong>{{ site.author.name }}</strong>
4+
<i class="fas fa-code"></i> by <strong>{{ site.author.name }}</strong>
65
</small>
76

87
{% include social.html %}
98

10-
{%- assign theme_name = "portfolYOU" -%}
11-
{%- assign theme_repo = "https://github.com/yousinix/portfolYOU" -%}
12-
<small id="attribution">
13-
theme <a href="{{ theme_repo }}">{{ theme_name }}</a>
14-
</small>
15-
16-
</footer>
9+
</footer>

_projects/(1) PlaceHolder Project.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/(2) Awesome Project.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
---
2-
name: The Movies Project
3-
tools: [C#, XML, WPF]
4-
image: https://www.sketchappsources.com/resources/source-image/movie-badges-jurajjurik.png
5-
description: This project has an individual showcase page, not just a direct link to the project site or repo. Now you have more space to describe your awesome project!
2+
name: cv-theremin
3+
tools: [Python]
4+
image: https://images.squarespace-cdn.com/content/v1/57e28e3337c58156a9932042/1475651102704-2MY4P3XQF0F0B3CB841C/WebLeonTheremin.jpg?format=1500w
5+
description: A handtracking and 2D camera based digital theremin
6+
external_url: https://github.com/yousinix
67
---
7-
8-
# The Movies Project
9-
10-
The Movies Project is something like **Netflix**, the only difference is that **it's not real**! It doesn't exist! I just created it to demonstrate how the **showcase** page looks like and how you can write whatever you want with full markdown support.
11-
12-
![preview](https://www.sketchappsources.com/resources/source-image/we-were-soldiers-landing-page-dbruggisser.jpg)
13-
14-
## Search Movies
15-
16-
![search](https://www.sketchappsources.com/resources/source-image/microsoft-windows-10-virtual-keyboard-diogo-sousa.png)
17-
18-
<p class="text-center">
19-
{% include elements/button.html link="https://github.com/yousinix/portfolYOU" text="Learn More" %}
20-
</p>

_projects/(3) Empty Project.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/(4) VVG on GitHub.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/(5) The Fabulous.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_projects/(6) Dummy Project.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_site/about/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="mb-3">Other Skills</h2>
200200
</div>
201201

202202
<div class="progress mb-4 bg-themed" style="height: 8px;">
203-
<div class="progress-bar bg-1769ff wow animated slideInLeft" data-wow-delay="0.1" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
203+
<div class="progress-bar bg-success wow animated slideInLeft" data-wow-delay="0.1" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
204204
</div>
205205
</div>
206206

@@ -216,7 +216,7 @@ <h2 class="mb-3">Other Skills</h2>
216216
</div>
217217

218218
<div class="progress mb-4 bg-themed" style="height: 8px;">
219-
<div class="progress-bar bg-fca326 wow animated slideInLeft" data-wow-delay="0.15" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
219+
<div class="progress-bar bg-info wow animated slideInLeft" data-wow-delay="0.15" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
220220
</div>
221221
</div>
222222

@@ -296,8 +296,7 @@ <h6 class="date">14/11/2023 — present</h6>
296296
<footer class="mt-auto py-3 text-center">
297297

298298
<small class="text-muted mb-2">
299-
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i>
300-
by <strong>Alejandro Garnung Menéndez</strong>
299+
<i class="fas fa-code"></i> by <strong>Alejandro Garnung Menéndez</strong>
301300
</small>
302301

303302
<div class="container-fluid justify-content-center">
@@ -310,12 +309,10 @@ <h6 class="date">14/11/2023 — present</h6>
310309
</a>
311310

312311
</div>
313-
<small id="attribution">
314-
theme <a href="https://github.com/yousinix/portfolYOU">portfolYOU</a>
315-
</small>
316312

317313
</footer>
318314

315+
319316

320317
<!-- GitHub Buttons -->
321318
<script async defer src="https://buttons.github.io/buttons.js"></script>

_site/blog/a-better-hello-world.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ <h2 id="a-better-hello-world">A better hello world</h2>
137137
<footer class="mt-auto py-3 text-center">
138138

139139
<small class="text-muted mb-2">
140-
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i>
141-
by <strong>Alejandro Garnung Menéndez</strong>
140+
<i class="fas fa-code"></i> by <strong>Alejandro Garnung Menéndez</strong>
142141
</small>
143142

144143
<div class="container-fluid justify-content-center"><a class="social mx-1" href="mailto:[email protected]"
@@ -158,12 +157,11 @@ <h2 id="a-better-hello-world">A better hello world</h2>
158157
<i class="fab fa-linkedin-in fa-1x"></i>
159158
</a>
160159

161-
</div><small id="attribution">
162-
theme <a href="https://github.com/yousinix/portfolYOU">portfolYOU</a>
163-
</small>
160+
</div>
164161

165162
</footer>
166163

164+
167165

168166
<!-- GitHub Buttons -->
169167
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)