Skip to content

Commit b1bfd91

Browse files
committed
Improved core.
Moved pill ram optimizer to projects. Changed upcoming description. Changed work_projects description on not making articles for that section. Signed-off-by: elModo7 <elmodo7yt@gmail.com>
1 parent 2acd70e commit b1bfd91

File tree

14 files changed

+63
-49
lines changed

14 files changed

+63
-49
lines changed

common/menu.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<p>ABOUT ME</p>
1919
</a>
2020
</li>
21+
<li class="nav-item">
22+
<a href="#" id="btn_work_projects" class="nav-link text-info">
23+
<i class="fas fa-briefcase nav-icon"></i>
24+
<p>WORK PROJECTS</p>
25+
</a>
26+
</li>
2127
<li class="nav-item">
2228
<a href="#" id="btn_personal_projects" class="nav-link text-warning">
2329
<i class="fas fa-project-diagram nav-icon"></i>
@@ -30,12 +36,6 @@
3036
<p>PILLS - SNIPPETS</p>
3137
</a>
3238
</li>
33-
<li class="nav-item">
34-
<a href="#" id="btn_work_projects" class="nav-link text-info">
35-
<i class="fas fa-briefcase nav-icon"></i>
36-
<p>WORK PROJECTS</p>
37-
</a>
38-
</li>
3939
<li class="nav-item">
4040
<a href="#" id="btn_upcoming_content" class="nav-link text-success">
4141
<i class="fas fa-rss-square nav-icon"></i>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<!-- Footer -->
6767
<footer class="main-footer"> <!--style="position: fixed; left: 0; right: 0; bottom: 0; height: 50px;"-->
6868
<div class="float-right d-none d-sm-block">
69-
<b>Version</b> 0.0.8
69+
<b>Version</b> 0.0.9
7070
</div>
7171
<strong>Copyright © <span id="year_footer">2024</span> <a href="https://github.com/elModo7" target="_blank">Víctor Santiago Martínez Picardo</a>.</strong> All rights reserved.
7272
</footer>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</div>
2222
</div>
2323
<br>
24-
<img class="shadow-lg article-inner-image" src="static/img/pills/ram_optimizer/ram_optimizer.png"></img>
25-
<img class="shadow-lg article-inner-image" src="static/img/pills/ram_optimizer/ram_optimizer.gif"></img>
24+
<img class="shadow-lg article-inner-image" src="static/img/personal_projects/ram_optimizer/ram_optimizer.png"></img>
25+
<img class="shadow-lg article-inner-image" src="static/img/personal_projects/ram_optimizer/ram_optimizer.gif"></img>
2626
<br><br>
2727
<h4>Libraries used:</h4>
2828
<br><b>XGraph</b> library by SKAN (Suresh Kumar A N)

static/data/personal_projects.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,38 @@
205205
"title": "<b>GameBoy</b> <i>online</i> Library",
206206
"url": "",
207207
"page": "personal_projects/gb_library/article.html"
208+
},
209+
{
210+
"badges": [
211+
{
212+
"color": "badge-success",
213+
"name": "Automation"
214+
},
215+
{
216+
"color": "badge-info",
217+
"name": "Windows"
218+
},
219+
{
220+
"color": "badge-dark",
221+
"name": "AHK"
222+
}
223+
],
224+
"date": "2024/07/25",
225+
"description": "Free up <b>unused cache RAM</b> from Windows's Processes",
226+
"id": 4,
227+
"img": "static/img/personal_projects/ram_optimizer/article.png",
228+
"ribbon": {
229+
"color": "bg-success",
230+
"name": "Public"
231+
},
232+
"tags": [
233+
"automation",
234+
"ahk",
235+
"memory",
236+
"windows"
237+
],
238+
"title": "<b>RAM Optimizer</b>",
239+
"url": "",
240+
"page": "personal_projects/ram_optimizer.html"
208241
}
209242
]

static/data/pills.json

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"date": "2024/07/25",
2222
"description": "Create an input <b>capture filter</b> for <b>VNC sessions</b> on a network and how can you <i>protect yourself against it</i>",
2323
"id": 0,
24-
"img": "static/img/pills/wireshark_vnc_capture_filter.png",
24+
"img": "static/img/pills/wireshark_vnc_capture_filter/wireshark_vnc_capture_filter.png",
2525
"ribbon": {
2626
"color": "bg-danger",
2727
"name": "CYBERSEC"
@@ -35,38 +35,5 @@
3535
"title": "Wireshark <b>VNC capture</b>",
3636
"url": "",
3737
"page": "pills/wireshark_vnc_capture.html"
38-
},
39-
{
40-
"badges": [
41-
{
42-
"color": "badge-success",
43-
"name": "Automation"
44-
},
45-
{
46-
"color": "badge-info",
47-
"name": "Windows"
48-
},
49-
{
50-
"color": "badge-dark",
51-
"name": "AHK"
52-
}
53-
],
54-
"date": "2024/07/25",
55-
"description": "Free up <b>unused cache RAM</b> from Windows's Processes",
56-
"id": 1,
57-
"img": "static/img/pills/ram_optimizer/article.png",
58-
"ribbon": {
59-
"color": "",
60-
"name": ""
61-
},
62-
"tags": [
63-
"automation",
64-
"ahk",
65-
"memory",
66-
"windows"
67-
],
68-
"title": "<b>RAM Optimizer</b>",
69-
"url": "",
70-
"page": "pills/ram_optimizer.html"
7138
}
7239
]
File renamed without changes.

static/img/pills/ram_optimizer/ram_optimizer.gif renamed to static/img/personal_projects/ram_optimizer/ram_optimizer.gif

File renamed without changes.

static/img/pills/ram_optimizer/ram_optimizer.png renamed to static/img/personal_projects/ram_optimizer/ram_optimizer.png

File renamed without changes.

static/img/pills/wireshark_vnc_capture_filter.png renamed to static/img/pills/wireshark_vnc_capture_filter/wireshark_vnc_capture_filter.png

File renamed without changes.

static/js/personal_projects.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ function personalProjectsEvents(){
1111
break;
1212
}
1313
if(key % itemsPerRow == 0){
14-
personalProjectsHTML += '<div class="row mt-4">';
14+
if(personalProjectsHTML == ""){
15+
personalProjectsHTML += '<div class="row mt-4">';
16+
}else{
17+
personalProjectsHTML += '</div><div class="row mt-4">';
18+
}
1519
}
1620
personalProjectsHTML += '<div class="col-sm-3">';
1721
for (const [keyBadge, valueBadge] of Object.entries(value.badges)) {

0 commit comments

Comments
 (0)