-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
69 lines (60 loc) · 3.78 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./logo.png.png">
<title>Jeremy Oweh</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
</head>
<body>
<header>
<div class="header-container">
<div class="header-left">
<img src="picture.png" alt="">
</div>
<div class="header-right">
<h1> Chukwumdindu (Jeremy ) Oweh.</h1>
<h3> Digital Media,cs (Computer Graphics&Information Virsualization) +Math
<a href="https://www.morgan.edu/home/">@Morgan State <i class="uil uil-arrow-up-right"></i></a>
</h3>
<p>
You'll be startled by my response if you ask me what my plans are once I'm admitted to Tarleton State University.
I work in digital media and have a background in computer science and mathematics.Currently,
I work as an underguard at Tarleton State University.
I'm now pursuing my bachelor's degree in computer science and am eager to secure an internship at the Apple Corporation.
further plans include working for a professor at Tarleton State University. And once I accomplish everything,
I will work incredibly hard to get a first class Tarleton State University.
have a functioning website for over a week now.And once I complete that website, I'll upload it to my GitHub page
<a href="https://github.com/owehjeremy1234456">GitHub-@owehjeremy1234456 <i class="uil uil-arrow-up-right"></i></a>.
People can view my design and coding on the website I'm currently working on.
I will work with all types of professors at Tarleton State University thanks
to that website. My goal as a Tarleton student is to achieve all of my objectives,
and the way to do this is to study and pay attention. and to consistently read at night .
Once I start working for various types of companies and using
all of my skills.after the website is finished.
I plan to establish a team after I finish the website so that others may learn how to create designs and videos.
</p>
</div>
</div>
</header>
<article class="links">
<h2>Contact Me</h2>
<h4>Reach out to me.</h4>
<a href="https://outlook.live.com/mail/0/sentitems?actSwt=true">[email protected] <i class="uil uil-arrow-up-right"></i></a>
<a href="https://mail.google.com/mail/u/0/#inbox">[email protected] <i class="uil uil-arrow-up-right"></i></a>
</article>
<div class="social-media">
<a href="https://github.com/owehjeremy1234456">GitHub <i class="uil uil-arrow-up-right"></i></a>
<a href="https://www.linkedin.com/in/jeremy-oweh-910789245/">Linkedlin <i class="uil uil-arrow-up-right"></i></a>
<a href="https://twitter.com/home?lang=en">Twitter <i class="uil uil-arrow-up-right"></i></a>
</div>
<article class="links">
<a href="#">Resume <i class="uil uil-arrow-up-right"></i></a>
<a href="https://github.com/owehjeremy1234456">GitHub <i class="uil uil-arrow-up-right"></i></a>
<a href="https://www.linkedin.com/in/jeremy-oweh-910789245/">Linkedlin <i class="uil uil-arrow-up-right"></i></a>
<a href="https://twitter.com/home?lang=en">Twitter <i class="uil uil-arrow-up-right"></i></a>
</article>
</body>
</html>