-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (130 loc) · 5.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE HTML>
<html lang="en">
<Head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Galicio Porfolio</title>
<link rel="stylesheet" href="style.css">
</Head>
<body>
<div class="background">
<div class="container">
<div class="content-padding">
<section class="header">
<div class="hd">
<h1 class="name">
Joseph Raven Galicio
</h1>
<p class="position">
web developer, junior
</p>
</div>
<div class="contacts">
<a class="btn" href="https://drive.google.com/file/d/1RAeJXXfj-g9UbhVwmpD03OVor0GF-XaY/view?usp=sharing">
Download PDF
</a>
<p class="domain">
<a class="domain-name" href="mailto:josephr.galicio@gmail.com">
josephr.galicio@gmail.com
</a>
</p>
<p class="contact-num">
(+63)09661996268
</p>
</div>
</section>
<section class="title">
<h2 class="content-title">
Profile
</h2>
<p class="text-content">
Hardworking, fast learner and passionate jobseeker with strong organizational skills eager to secure entry-level position to fully utilize and expand my learnings, knowledge and skill also ready to help team to achieve company goals.
</p>
</section>
<section class="title">
<h2 class="content-title">
Skills
</h2>
<div class="text-content">
<div class="col">
<p class="skills-header">
Web Design
<p>Good knowledge about wireframes and making simple and user friendly design.</p>
</p>
</div>
<div class="col">
<p class="skills-header">
Responsive layouts
<p>Your website will work perfectly on any platform, mobile or desktop.</p>
</p>
</div>
<div class="col">
<p class="skills-header">
Web Development
<p>From mockup design to webpages, provides good user experience.</p>
</p>
</div>
</div>
</section>
<section class="title">
<h2 class="content-title">
Technical
</h2>
<div class="text-content">
<ul class="tech-skill">
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
</ul>
<ul class="tech-skill">
<li>PHP</li>
<li>SQL</li>
<li>Figma</li>
</ul>
<ul class="tech-skill">
<li>Adobe Photoshop</li>
<li>Windows OS</li>
<li>OS X</li>
</ul>
</div>
</section>
<section class="title">
<h2 class="content-title">
Experience
</h2>
<div class="text-content">
<div class="job">
<h2>OnlineJobs.ph</h2>
<h3>Freelancer</h3>
<h4>April-May 2022</h4>
<p>Provides minor fixes and updates from text to inserting images, updating links, and etc. </p>
</div>
</div>
</section>
<section class="title">
<h2 class="content-title">
Education
</h2>
<div class="educ-content">
<div class="educ">
<p class="skills-header">
Access Computer College
<p>Bachelor of Science in Information Technology (2017-2021)</p>
</p>
</div>
<!-- <div class="educ">
<p class="skills-header">
Web Design
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit, odio?</p>
</p>
</div> -->
</div>
</section>
<section class="footer">
<p>Joseph Raven Galicio — <a href="mailto:josephr.galicio@gmail.com">josephr.galicio@gmail.com</a> — (+63)9661996268</p>
</section>
</div>
</div>
</div>
</body>