-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (119 loc) · 5.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> CodeSpace Cat HTML Portfolio</title>
<meta name ="AUTHOR" CONTENT="SABELO MAWELA">
<section id="home">
</head>
<body>
<H1>CodeSpace Cat HTML Portfolio</H1>
<ul>
<LI><a href="#home"><button>Home</button></a> </LI>
<LI><a href="#About Me"><button>About Me</button></a> </LI>
<LI><a href="#SkILL Set"><button>Skill Set</button></a> </LI>
<LI><a href="#Portfolio"><button>Portfolio</button></a> </LI>
<LI><a href="#Contact Form"><button>Contact Us</button></a> </LI>
</ul>
<h2>Learn More About Me </H2>
<img src="/images/cat-codespace.png">
<DIV>
<SECTION ID = "About Me">
<dl>
<h2><header><U>Who Am I ?</U></header></h2>
</dl>
<p>I am codespace cat a experienced Full Stack Web Developer with over 5 years of experience in WordPress custom theme building and editing.<br>
A proficient in web technologies and WordPress platform, with expertise in Elementor, WPBakery, and similar plugins. <br>
I'm also known for attention to detail and excellent communication skills.
</p>
</DIV>
<Hr>
<DIv>
<SECtioN ID = "SkILL Set">
<LI><a href="#home"><button>Home</button></a> </LI>
<LI><a href="#About Me"><button>About Me</button></a> </LI>
<LI><a href="#SkILL Set"><button>Skill Set</button></a> </LI>
<h2><header>What Do I Bring To The Table ?</h2></header>
<p><B>I Bring Diverse Set Of Skills And The List Is as Follows:</B></p>
<ol>
<Li>HTML</Li>
<LI>UI/UX DESIGN</LI>
<LI>Backend Develpment </LI>
<li>Database Management</li>
<li>SEO optimization</li>
<li>WordPress</li>
<li>Elementor</li>
<li>WPBakery</li>
<LI>CSS</LI>
<LI>Testing And D0ebugging</LI>
<LI>Frame Work</LI>
<li>Version Control</li>
<li>Problem Solving</li>
<LI>User Experience</LI>
<li>Site Testing</li>
</ol>
<p>I am a very resouceful person that willing to learn and is full of life am a bust of energy and ready to be of service to your discretion </p>
<hr>
<section id ="Portfolio">
<LI><a href="#SkILL Set"><button>Skill Set</button></a> </LI>
<LI><a href="#Portfolio"><button>Portfolio</button></a> </LI>
<H2><header>My Portfolio</header></H2>
<P>This a portfolio file that present some of the work that i have done in my previous years of soft ware engineering</P>
<table width ="800">
<thead>
<tr>
<th>Name </th>
<th>Date</th>
<th>Description</th>
<th>Thumbnail</th>
</tr>
<tbody>
<tr>
<td>Perfect landing page</td>
<td>January 2024</td>
<td>A delight landing page for a luxuary condo</td>
<td><img src = "/images/1.png"></td>
</tr>
<tr>
<td>Kitty commerce</td>
<td>February 2024</td>
<td>An online store selling fanciest catnip toys</td>
<td><img src= "/images/2.png"> </td>
</tr>
<tr>
<td>Cat chat social</td>
<td>June 2024</td>
<td>A social media site for cats to meow and hiss!</td>
<td><img src = "/images/3.png"></td>
</tr>
<tr>
<td>Cat portfolio video</td>
<td>Sepmtember 2024</td>
<td>A portfolio video recording</td>
<td><video src ="/images/project_codespace_cat_portfolio.mp4"
controls type="video/mp4" width="400" height="400">
</video></td>
</tr>
</tbody>
</thead>
</table>
</DIv>
<hr>
<section id ="Contact Form">
<LI><a href="#Portfolio"><button>Portfolio</button></a> </LI>
<LI><a href="#home"><button>home</button></a> </LI>
<header><h2>Contact me</h2></header>
<form>
<label for ="name">Name</label>
<input type ="text" id ="name" placeholder="jonh doe">
<label for ="Email">Email</label>
<input type ="email" id ="Email" placeholder="[email protected]">
<label for ="tel">Cellphone No:</label>
<input type ="tel" id ="Email" placeholder="+27123456789">
<label for ="massage">massage:</label>
<input type ="text" id ="massage" placeholder="we would love to have you">
<input type="submit">
<input type="reset">
</form>
<Footer><P><b>Author:Sabelo Mawela©2024 Codespace.ALL RIGHTS RESERVED</b></P></Footer>
</body>
</html>