-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (94 loc) · 5 KB
/
index.html
File metadata and controls
164 lines (94 loc) · 5 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Codepen Personal Home Page template tosin odunuga</title>
<link rel='stylesheet' href='https://unpkg.com/jest-lite@1.0.0-alpha.4/dist/prettify.css'><link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<head>
<title>Personal home page</title>
</head>
<body>
<main>
<body class="main-content">
<header class="c-site-header"></header>
<h1> MY PERSONAL STATEMENT</h1>
<nav>
<ul>
<div class="container">
<nav class="navbar" aria-label="Main Site Links.">
<ul>
<li><a class="nav-link" href="#about_me">About Me</a</li>
<li><a class="nav-link" href="#contact">Contact</a></li>
<li><a class="nav-link" href="#mycyfproject">My CYF Project</a></li>
</li>
</ul>
</nav>
</main>
</header>
<main id="about_me">
<h1>About Me</h1>
<p> In 2004,I graduated from Olabisi Onabanjo University Ogun State Nigeria with Bsc.Banking and finance but my passion for Programming and cybersecurity is unconditional and I have always had a keen interest in knowing what is happening in the Information technology business environment as a whole;that is why I have decided to apply for Code your future because i want to do career in this field and i am pretty sure that this program will equip me with lot of tools and skills required to do so;through this program i will have the chance to sink into the world of economy and profit of the high demand that is there currently for the IT graduates in the job market.
I believe that my personal attributes,academic achievements and relevant work experience make me a suitable candidate for the course. As far as my personal experiences are concerned,they taught me to have patience,self emotion control as well as realize the importance of listening,respecting the opinions of others and the significance of being versatile.
I am a person who is always ready to or on a go to participate to take part in students and community events and I believe through that way I can contribute in my way in creating and promoting a healthy and better student environment.
In problem solving situations,I have a tireless eye for details and analyze the problem through several techniques before making any important decision.
</p>
<div id="visitid">
<p id="visit">You can also click on<a id="link" href="https://docs.google.com/document/d/1Ck--0xk3MlQskARmI_7xUGYsj-WRITWg5Q31_XrjC0U/edit?usp=sharing"> My Resume.</a></p>
</div>
<h1>
<img width="250"height="350"src="https://raw.githubusercontent.com/fowobi/ts/main/tspix.jpg"/>
<iframe width="453" height="280" src="https://www.youtube.com/embed/2MsN8gpT6jY" title="What is GitHub Pages?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>" </h1>
<footer class="c-site-footer">
<h4>Contact</h4>
<div class="navbar">
<nav aria-label="Main Site Links.">
<main id="contact"></main>
<h5>
<a>FOLLOW ME ON:</a>
<a id="twitter" class="fa fa-twitter" target="_blank" href="https://www.twitter.com/@fowobi21/"> Twitter</a>
<a id="instagram" class="fa fa-instagram" target="_blank" href="https://www.instagram.com/fowobi21_/"> Instagram</a>
<a id="linkedln" class="fa fa-linkedln" target="_blank" href="https://www.linkedin.com/in/tosin-undefined-355054247/_/"> linkedln</a>
</h5>
</nav>
</div>
<nav aria-label="Main Site Links.">
<main id="mycyfproject"></main>
<h1>My CYF Project:Show earnings and expenses</h1>
<p>input value<input id="input"type="text"></input>
</p>
<p>Earnings:<span id="earn-total">0</span></p>
<ul id="earnings-list"></ul>
<p>Expenses:<span id="expense-total">0</span></p>
<ul id="expenses-list"></ul>
<p>Balance:<span id="balance">0</span></p>
<button id="button">Submit</button>
<h1>My CYF Project:Build an image carousel</h1>
<img id="showing-image"src="" width="550" height="450">
<button id="previous-btn">Previous</button>
<button id="next-btn">Next</button>
<h3>
<p><label for="comment">Feedback from client:</label></p>
<ul id="comment-list">
<textarea id="ta-comment" name="commentary" rows="4" cols="50">please leave feedback here.....</textarea>
<button id="comment-sub"class="general-button">Submit</button>
</h3>
<h4>
copyright ©2022 fowobi</footer>
</h4>
</main>
</body>
</html>
<!-- Your test console.
Don't delete!-->
<aside id="tests" aria-label="Test Readout." aria-live="polite" style="overflow:auto">
</aside>
<!-- partial -->
<script src="/.script2.js"></script>
<script src='https://unpkg.com/jest-lite@1.0.0-alpha.4/dist/core.js'></script>
<script src='https://unpkg.com/jest-lite@1.0.0-alpha.4/dist/prettify.js'></script><script src="./script.js"></script>
</body>
</html>