-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
172 lines (156 loc) · 7.36 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=0">
<title>Christian Medallada</title>
<!----------------------------FAVICON----------------------->
<link rel="shortcut icon" href="./images/CM Logo.jpg" type="image/x-icon" />
<!----------------------------CSS ----------------------->
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<!--------------------------INTRO----------------------->
<div class="intro">
<h1 class="logo-header">
<span class="logo1">Chris</span><span class="logo1">Tian</span>
</h1>
</div>
<!--------------------NAVIGATION BAR----------------------->
<section>
<input type="checkbox" id="check">
<header>
</div>
<h2><a href="index.html" class="logo">Christian</a></h2>
<div class="navigation">
<a href="about.html">About</a>
<a href="projects.html">Project</a>
<a href="experience.html">Experience</a>
<a href="contact.html">Contact</a>
</div>
<label for="check">
<i class="fas fa-bars menu-btn"></i>
<i class="fas fa-times close-btn"></i>
</label>
</header>
<h4><a href="index.html" class="Subtitle">Aspiring Software Engineer</a></h4>
<!--------------------MAIN PAGE----------------------->
<div class="content">
<div class="info">
<h4>Hello, My name is</h4>
<h2> Christian
Medallada</h2>
<h3>I love creating websites</h2>
<p>I'm an aspiring Software Engineer based in the Philippines. I found interest in creating
websites and application and i love learning more about coding
</p>
<a href="Resume.pdf" download target="_blank" class="info-btn"><i class="fas fa-download"></i> Resume</a>
<a href="https://discord.gg/4jVbgzH2N8" target="_blank" class="info-btn"><i class="fab fa-discord"></i> Join my Discord Server</a>
</div>
</div>
</section>
<!--------------------SERVICE SECTION----------------------->
<section class="services-section">
<div class="services">
<h1>Services</h1>
<h2>What i offer</h2>
</div>
<div class="container">
<div class="box1">
<div class="content">
<h4>01</h4>
<h2>Web Design</h2>
<br><hr><br>
<p>You don't want to start developing right now?
Visual representation and prototyping can help you turn your dream website become a reality.</p>
<li>UI/UX Design</li>
<li>Responsive Website</li>
<li>Prototype Testing</li>
</div>
</div>
<div class="box2">
<div class="content">
<h4>02</h4>
<h2>Graphic Design</h2>
<br><hr><br>
<p>Busy in working and studying? Dont have time for editing Pictures, Videos,
Graphical Representation? Let me manage the idea and edit it for you with the best quality.</p>
<li>Photo Editing </li>
<li>Video Editing</li>
<li>Logo and Banner</li>
</div>
</div>
<div class="box3">
<div class="content">
<h4>03</h4>
<h2>Virtual Assistance</h2>
<br><hr><br>
<p>Do you need a online secretary? That can help you with your task? Let me manage services
that can lessen the task you do in everyday life.</p>
<li>Data Entry</li>
<li>Task Management</li>
<li>Contact Response</li>
</div>
</div>
</div>
<div class="service-text">
<p>Looking for custom job? <a href="contact.html">Click here</a> to contact me 👋 </p>
</div>
</section>
<!--------------------PROJECT SECTION----------------------->
<section class="projects-section">
<div class="projects">
<h1>Recent Projects</h1>
</div>
<div class="view">
<a href="projects.html" class="info-btn"><i class="fas fa-location-arrow"></i> View All</a>
</div>
<div class="project-container">
<div class="box1">
<div class="content">
<a href="https://tianmeds.github.io/TianPortfolio/" target="_blank"><img src="./images/Mockup-Portfolio.jpg" width="610px" height="400px" > </a>
<div class="overlay">
<a href="https://tianmeds.github.io/TianPortfolio/" style="text-decoration: none;" target="_blank"><div class="text">01. Personal Portfolio</div></a>
</div>
</div>
</div>
<div class="box2">
<div class="content">
<a href="https://tianmeds.github.io/SecondPortfolio/" target="_blank"><img src="./images/Mockup-2ndPortfolio.jpg" width="610px" height="400px" ></a>
<div class="overlay">
<a href="https://tianmeds.github.io/SecondPortfolio/" style="text-decoration: none;" target="_blank"><div class="text">02. Personal Portfolio</div></a>
</div>
</div>
</div>
<div class="box3">
<div class="content">
<a href="https://tianmeds.github.io/ResearchTitleGenerator/" target="_blank"><img src="./images/Mockup-Research.jpg " width="610px" height="400px" ></a>
<div class="overlay">
<a href="https://tianmeds.github.io/ResearchTitleGenerator/" style="text-decoration: none;" target="_blank"><div class="text">03. Research Title Generator</div></a>
</div>
</div>
</div>
<div class="box4">
<div class="content">
<a href="https://tianmeds.github.io/QR-Code-Generator/" target="_blank"><img src="./images/Mockup-QR.jpg" width="610px" height="400px" > </a>
<div class="overlay">
<a href="https://tianmeds.github.io/QR-Code-Generator/" style="text-decoration: none;" target="_blank"><div class="text">04. QR Code Generator</div></a>
</div>
</div>
</div>
</div>
<!--------------------FOOTER----------------------->
<div class="footer">
<a href="https://www.facebook.com/Cmedsss" target="_blank" class="social-btn"><i class=" fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/tiaanmeds/" target="_blank" class="social-btn"><i class=" fab fa-instagram"></i></a>
<a href="https://twitter.com/TianMeds" target="_blank" class="social-btn"><i class=" fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/tianmeds/" target="_blank" class="social-btn"><i class=" fab fa-linkedin-in"></i></a>
<a href="https://github.com/TianMeds" target="_blank" class="social-btn"><i class=" fab fa-github"></i></a>
<p>© 2022 Christian Medallada. All rights reserved</p>
</div>
</section>
<!--------------------JAVASCRIPT FILE----------------------->
<script src="./assets/app.js"></script>
</body>
</html>