-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
57 lines (46 loc) · 1.68 KB
/
Copy pathabout.php
File metadata and controls
57 lines (46 loc) · 1.68 KB
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
<?php
include_once('header.php')
?>
<body>
<h1><strong>ABOUT</strong></h1>
<div class="container-fluid">
<div class="col-sm-8 left">
<p><h2>I'm Melvin Orquero Cabanes, but you can call me Ben. <p>I am 24 years of age and I'm living at Tarlac City, Philippines.</p><p> I've been honing my skills in Web Developing, photo editing,<p> and 3D Blending.<br>
<p>I'm striving to become a software developer. Yet I don't have experience in this field in my entire career. I love web developing but I focused my skills in photo editing because of past job requirements. Now, I am ready to reach my dream job as a web developer.</h2></p>
</div>
<div class="skills col-sm-4 right">
<h3><strong><span>SKILLS</span></strong></h3><br>
<div class="col-sm-4">
<img class="html-logo" src="Img/html.png"></div>
<div class="col-sm-8">
<h4><strong>HTML</strong></h4><br></div>
<img class="star1" src="Img/star.png"><br>
<div class="col-sm-4">
<img class="css-logo"
src="Img/css.png">
</div>
<div class="col-sm-8">
<h4><strong>CSS</strong></h4><br></div>
<img class="star2" src="Img/star.png"><br>
<div class="col-sm-4">
<img class="js-logo"
src="Img/js.png">
</div>
<div class="col-sm-8">
<h4><strong>JAVASCRIPT</strong></h4><br>
</div>
<img class="star3"
src="Img/star.png"><br>
<div class="col-sm-4">
<img class="bootstrap-logo"
src="Img/bs.png">
</div>
<div class="col-sm-8">
<h4><strong>BOOTSTRAP</strong></h4><br>
</div>
<img class="star1"
src="Img/star.png"><br>
</div>
</div>
</div>
</body>