Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df7384e

Browse files
authored
Add files via upload
Homework Week 1
1 parent 338e044 commit df7384e

File tree

4 files changed

+411
-0
lines changed

4 files changed

+411
-0
lines changed

web resume/images/plug.jpg

1.19 KB
Loading

web resume/images/webresume.jpg

123 KB
Loading

web resume/index.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<link rel="stylesheet" href="style.css" type="text/css" media="screen"/>
8+
<title>Web Resume</title>
9+
</head>
10+
<body>
11+
12+
<header id="main-header">
13+
<div class="container">
14+
<h1 id="heading-top">Anthony Alafouzos</h1>
15+
</div>
16+
</header>
17+
18+
<nav id="navbar">
19+
<div class="container">
20+
<ul>
21+
<li><a href="#heading-one">About Me</a></li>
22+
<li><a href="#heading-two">Education</a></li>
23+
<li><a href="#heading-three">Work Experience</a></li>
24+
<li><a href="#heading-four">My Project Resources</a></li>
25+
</ul>
26+
</div>
27+
</nav>
28+
<!-- Maybe I will put my image here inside the divs/in the whole window basically-->
29+
<section id="showcase">
30+
31+
</section>
32+
33+
<div class="containerbox">
34+
<div class="box-0">
35+
<img src="images/webresume.jpg" alt="blonde guy smiling">
36+
37+
38+
</div>
39+
40+
41+
<div class="box-1">
42+
<h1 id="heading-one">About Me</h1>
43+
<p><em>Business Administration Student & Aspired Future Web Developer.</em> I am
44+
always looking forward for new challenges and new opportunities that
45+
will make me get out of my comform zone and help me develop skills that I lack. At the moment
46+
I am enrolled in a Web Development Program organised by <b><em>The Social Hackers Academy</em></b> in Athens, Greece.
47+
It's the <b>First Tech Education School</b> in Athens for vulnerable groups and it's primary goal is to provide
48+
the necessary tools and support to people, in order for them to be able to launch their first job
49+
in the Tech Industry.</p>
50+
<hr/>
51+
<h3>For More Information About the Social Hackers Academy Please Visit The Links Below:</h3>
52+
<ul>
53+
<li><a href="https://socialhackersacademy.org/about-us/">Social Hackers Academy Website</a></li>
54+
<li><a href="https://www.facebook.com/socialhackersacademy/">Facebook Page</a></li>
55+
<li><a href="https://www.instagram.com/socialhackersacademy/">Instagram Page</a></li>
56+
<li><a href="https://twitter.com/sochackacademy?lang=en">Twitter Page</a></li>
57+
58+
</ul>
59+
</div>
60+
61+
62+
<div class="box-2">
63+
<h2 id ="heading-two">Education</h2>
64+
<p>I have a BUSINESS ASSOCIATE DEGREE from DEREE The American College of Greece.
65+
In addition to my associate degree I have taken multiple general education courses in psychogy,
66+
sociology and english academic writing. For more information about my university you can visit
67+
their <a href="https://www.acg.edu">website</a> and maybe you can earn an academic scholarship.
68+
</p>
69+
</div>
70+
<div class="box-3">
71+
<h2 id="heading-three">Work Experience</h2>
72+
<ul>
73+
<li><b>January 19'-July 19'/Completed an intership as a Frontdesk Hotel Agent in numerous hotel resorts in the Netherlands.
74+
Some of my duties:</b></li>
75+
<ol>
76+
<li>Registering Guests</li>
77+
<li>Handling Reservations</li>
78+
<li>Provide Informations About The Rooms</li>
79+
<li>Schedule Meetings</li>
80+
<li>Logistics</li>
81+
</ol>
82+
<li><b>April 18'-October 18'/Worked as an office assistant in X-TREME STORES</b></li>
83+
<ol>
84+
<li>Data Entrying With Excel</li>
85+
<li>Handling Social Media Accounts</li>
86+
<li>Handling Several Administration Duties</li>
87+
<li>Executing Daily Tasks In Soft1 Erp Software </li>
88+
</ol>
89+
<li><b>May 17'-December 17'/I was part of the work-study program in DEREE
90+
as a Computer Labs Assistant and Tutor</b></li>
91+
<ol>
92+
<li>Support Computer Lab Operations</li>
93+
<li>Support Faculty And Students To Use Computer Software And Hardware</li>
94+
<li>Tutoring Services</li>
95+
</ol>
96+
97+
<li><b>July 17'-August-17'/Worked as a Residents Assistant for DEREE</b></li>
98+
<ol>
99+
<li>Provided Administrative Support To The Residents </li>
100+
<li>Maintained a secure environment in the facilities</li>
101+
<li>Promoted and encouraged college activities</li>
102+
<li>Handled Social Media Account</li>
103+
</ol>
104+
</ul>
105+
</div>
106+
<div class="box-4">
107+
<h3 id="heading-four">My Project Resources</h3>
108+
109+
<ul>
110+
111+
<li><a href="https://www.coursera.org/learn/html">Introduction to HTML5</a></li>
112+
<li><a href="https://www.coursera.org/learn/introcss?specialization=web-design">Introduction to CSS3</a></li>
113+
<li><a href="https://www.w3schools.com/">w3schools</a></li>
114+
<li><a href="https://stackoverflow.com/">stackoverflow</a></li>
115+
<li><a href="https://www.youtube.com/watch?v=kLO4X_3VYdg">Youtube Introductory Course In HTML</a></li>
116+
117+
</ul>
118+
</div>
119+
</div>
120+
121+
<footer id="main-footer">
122+
123+
<ul>
124+
<li><button><a href="#heading-top">To Top</a></button></li>
125+
<li>This Website is Powered <img src="images/plug.jpg" alt="plug logo" height="20px" width="15px"> by The Social Hackers Academy</li>
126+
<li>Copyright &copy; 2019 My Web Resume</li>
127+
</ul>
128+
</footer>
129+
130+
131+
132+
</body>
133+
</html>

0 commit comments

Comments
 (0)