Skip to content

Commit 6dd6d41

Browse files
authored
Form and Socials
1 parent 50cca5d commit 6dd6d41

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

index.html

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
77
<title>HellenicDev</title>
88
<link rel="stylesheet" href="style.css" />
9+
<!-- Font Awesome for social icons -->
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
911
</head>
1012
<!-- Google tag (gtag.js) -->
1113
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FWQFZME3Z"></script>
@@ -56,7 +58,7 @@ <h3>The Quiz</h3>
5658
<div class="game-card">
5759
<a href="./e-table/index.html">
5860
<h3>E-table</h3>
59-
<p>A mock-up. Supposed to be a platform where you can reserve a table at a restaurant.</p>
61+
<p>A mock app. Supposed to be a platform where you can reserve a table at a restaurant.</p>
6062
</a>
6163
</div>
6264
<div class="game-card">
@@ -79,6 +81,35 @@ <h3>Currency Converter</h3>
7981
</div>
8082
</div>
8183

84+
<!-- Google Form -->
85+
<h2>Contact Me / Feedback</h2>
86+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScfWAPINsDLvZc2iI9vLljj6CE6rzHF5Xwe3WxP3fBT0rlH9w/viewform?embedded=true"
87+
width="640"
88+
height="1630"
89+
frameborder="0"
90+
marginheight="0"
91+
marginwidth="0"
92+
style="display:block; margin:auto;">
93+
Loading…
94+
</iframe>
95+
96+
<!-- Contact Me Section -->
97+
<h2 style="text-align:center; margin-top:40px;">Contact Me</h2>
98+
<div style="text-align:center; margin-bottom:40px;">
99+
<a href="mailto:ikonpanos@gmail.com" target="_blank" style="margin:0 10px; color:#D44638; font-size:25px;">
100+
<i class="fa-solid fa-envelope"></i>
101+
</a>
102+
<a href="https://www.youtube.com/@hellenicdev" target="_blank" style="margin:0 10px; color:#FF0000; font-size:25px;">
103+
<i class="fa-brands fa-youtube"></i>
104+
</a>
105+
<a href="https://github.com/hellenicdev" target="_blank" style="margin:0 10px; color:#000000; font-size:25px;">
106+
<i class="fa-brands fa-github"></i>
107+
</a>
108+
<a href="https://discord.gg/tHwtmrB9xw" target="_blank" style="margin:0 10px; color:#5865F2; font-size:25px;">
109+
<i class="fa-brands fa-discord"></i>
110+
</a>
111+
</div>
112+
82113
<!-- Popup Ad -->
83114
<div id="popup-ad" style="display:none; position:fixed; bottom:20px; right:20px; width:300px; background:#fff; border:1px solid #000000; border-radius:8px; padding:15px; box-shadow:0 4px 12px rgba(0,0,0,0.2); font-family:sans-serif; color: black; z-index:9999;">
84115

@@ -100,4 +131,3 @@ <h3>Currency Converter</h3>
100131

101132
</body>
102133
</html>
103-

0 commit comments

Comments
 (0)