-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
177 lines (149 loc) · 7.79 KB
/
about.php
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
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121421317-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121421317-1');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="resources/img/y.png" />
<meta name="keywords" content="HTML, CSS, HTML, PHP, JavaScript, Portfolio, Web developer, Resume, Job, Freelancer, Houston, Small business, Houston Freelance Web developer, Yetunde Sola-Adebayo">
<meta property="og:title" content="Yetunde Adebayo-Rogers">
<meta name="author" content="Yetunde Adebayo-Rogers">
<meta property="og:locale" content="en_US">
<meta name="description" content="Web Developer seeking job opportunities">
<meta property="og:description" content="Web Developer">
<link rel="canonical" href="https://yetunderogers.com/">
<meta property="og:url" content="https://yetunderogers.com/">
<meta property="og:site_name" content="Yetunde Adebayo-Rogers">
<meta property="og:image" content="https://yetunderogers.com/resources/img/me.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:creator" content="@yetunde_sola">
<meta name="twitter:title" content="Yetunde Adebayo-Rogers">
<meta name="twitter:description" content="I am a self-taught web developer that has a degree in Computer Science. I am a fast learner, I am passionate about my work and this allows be to be efficient.">
<meta name="twitter:image" content="https://yetunderogers.com/resources/img/me.jpg">
<meta name="twitter:image:alt" content="Yetunde Adebayo-Rogers">
<!--bootstrap css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="resources/stylesheets/header_footer.css" />
<link rel="stylesheet" type="text/css" media="screen" href="resources/stylesheets/aboutme.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
</head>
<body>
<main class="summary">
<div class="container-fluid">
<header>
<section id="navbar">
<i class="fa fa-bars fa-2x" id="sidebarCollapse"></i>
<nav id="sidebar">
<ul class="list-unstyled components">
<li class="active">
<a href="index.php">Home</a>
</li>
<li>
<a href="about.php">About</a>
</li>
<li>
<a href="/blog">Blog</a>
</li>
<li>
<a href="contact.php">Contact</a>
</li>
<li>
<a href="resume.pdf" target="_blank">Resume</a>
</li>
</ul>
</nav>
</section>
</header>
<section class="about">
<img src="resources/img/me.jpg" alt="image of me"/>
<div>
<p>My name is Yetunde Adebayo-Rogers and I am a UH alumna with a BSc. in Computer Science. I am passionate
web development because I enjoy transforming code into art and making the web better by making it more interactive, accessible
and exciting. I also enjoy it because the web is fast-paced and there are always new things to learn allowing me to put my problem-solving
and creativity skills to work.
</p>
<p>When I am not developing or learning new skills, I enjoy cooking, reading, <span id="podcast"><a href="https://anchor.fm/newbtalkstech" target="_blank" alt="anchor podcast">podcasting</a></span> and gardening.</p>
<p>If you were curious I built this website using HTML, CSS, PHP, JavaScript and Bootstrap. My blog is built with WordPress.</p>
<a href="/contact.php" alt="contact page">
<button class="btn btn-outline-info">
Contact Me
</button>
</a>
<p>I am currently looking for employment. Take a look at my resume
and feel free to contact me, I would love to hear from you.
</p>
<a target="_blank" href="resume.pdf" alt="my resume">
<button class="btn btn-outline-info">
Resume
</button>
</a>
</div>
</section>
</div>
</main>
<footer class="bg">
<a href="index.php" class="logo">
<img src="resources/img/y.png" alt="logo">
</a>
<div class="list">
<ul>
<li>
<a href="https://github.com/Yetunde79" target="_blank">Github</a>
</li>
<li>
<a href="https://www.linkedin.com/in/yetundeadebayo/" target="_blank">LinkedIn</a>
</li>
<li>
<a href="https://twitter.com/yetunde_sola?lang=en" target="_blank">Twitter</a>
</li>
<li>
<a href="https://medium.com/@yetundeade" target="_blank">Medium</a>
</li>
<li>
<a href="privacy.php" class="privacy" target="_blank">Privacy Policy</a>
</li>
</ul>
<ul>
<li>
<a href="index.php">HOME</a>
</li>
<li>
<a href="about.php">ABOUT</a>
</li>
<li>
<a href="https://www.yetunderogers.com/blog/">BLOG</a>
</li>
<li>
<a href="contact.php">CONTACT</a>
</li>
<li>
<a href="resume.pdf" target="_blank">RESUME</a>
</li>
</ul>
</div>
<p class="name"> © Yetunde Adebayo-Rogers</p>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="resources/scripts/toggle.js"></script>
</body>
</html>