Skip to content

Commit bdc797d

Browse files
committed
Minor changes for mobile users
1 parent 2df729c commit bdc797d

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

index.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
77
<meta name="description" content="Hello! My name is Panos, AKA HellenicDev. I'm passionate about programming and love exploring different languages and technologies. I've created several projects so far—and many more are on the way! You can find a few of them listed below. Enjoy!"/>
88
<meta name="keywords" content="HellenicDev, programming, HTML, CSS, JS, open-source, projects, web-developement, hellenic, dev, developer"/>
99
<meta name="author" content="HellenicDev"/>
@@ -279,8 +279,8 @@ <h2 class="left-align">Website Building Help Form</h2>
279279
<!-- Contact Icons -->
280280
<h2 class="left-align">Contact Me</h2>
281281
<div class="contacts>
282-
<a href="mailto:ikonpanos@gmail.com" aria-label="Mail" target="_blank" class="contact-mail">
283-
<i class="fa-solid fa-envelope" aria-label="Mail"></i>
282+
<a href="mailto:ikonpanos@gmail.com" aria-label="Mail" target="_blank" rel="noopener" class="contact-mail">
283+
<i class="fa-solid fa-envelope" aria-label="Mail"> </i>
284284
</a>
285285
<a href="https://www.youtube.com/@hellenicdev?sub_confirmation=1" aria-label="YouTube" target="_blank" rel="noopener" class="contact-youtube">
286286
<i class="fa-brands fa-youtube" aria-label="YouTube"> </i>
@@ -298,7 +298,7 @@ <h2 class="left-align">Contact Me</h2>
298298
<i class="fa-brands fa-viber" aria-label="Viber"></i>
299299
</a>
300300
</div>
301-
<iframe src="https://hellenicdev.substack.com/embed" width="480" height="320" class="contact-substack" frameborder="0" scrolling="no" loading="lazy"></iframe>
301+
<iframe src="https://hellenicdev.substack.com/embed" width="480" height="320" class="contact-substack" title="Subtack" frameborder="0" scrolling="no" loading="lazy"></iframe>
302302
</div>
303303

304304
<!-- Popup Ad -->
@@ -1174,7 +1174,7 @@ <h2 class="left-align"> HellenicDev Updates: </h2>
11741174
</p>
11751175

11761176
<p class="announcement">
1177-
🚀 <strong>HellenicDev</strong> now has uptime tracking! You can access it by clicking <a href="https://stats.uptimerobot.com/RrsSLtEzbk" target="_blank" class="link"> here</a>.
1177+
🚀 <strong>HellenicDev</strong> now has <a href="https://stats.uptimerobot.com/RrsSLtEzbk" target="_blank" class="link" > Uptime tracking</a>
11781178
</p>
11791179

11801180
</div>
@@ -1190,6 +1190,15 @@ <h2 class="left-align"> HellenicDev Updates: </h2>
11901190

11911191
<script src="script.js" defer></script>
11921192
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js' defer></script>
1193+
<script>
1194+
kofiWidgetOverlay.draw('hellenicdev', {
1195+
'type': 'floating-chat',
1196+
'floating-chat.donateButton.text': 'Donate',
1197+
'floating-chat.donateButton.background-color': '#5bc0de',
1198+
'floating-chat.donateButton.text-color': '#323842'
1199+
});
1200+
1201+
</script>
11931202

11941203
</body>
11951204
</html>

script.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,3 @@ menuButton.onclick = () => {
130130
sideMenu.style.left = "0px";
131131
}
132132
};
133-
134-
kofiWidgetOverlay.draw('hellenicdev', {
135-
'type': 'floating-chat',
136-
'floating-chat.donateButton.text': 'Donate',
137-
'floating-chat.donateButton.background-color': '#5bc0de',
138-
'floating-chat.donateButton.text-color': '#323842'
139-
});

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ iframe {
364364
}
365365

366366
.contact-mail {
367-
margin:0 10px;
367+
margin: 10px;
368368
color:#D44638;
369369
font-size:30px;
370370
}

0 commit comments

Comments
 (0)