-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" rel="stylesheet" type="text/css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>OBINTUS - ARTICLE</title>
</head>
<body>
<nav id="nav"></nav>
<article class="container">
<h4 id="heading"><b>MY GOALS AND HOPEFUL ACHEIVEMENT FOR PARTAKING IN ZURI INTENSHIP</b></h4>
<h6 id="heading">OBIJE DANIEL UCHENNA (OBINTUS)<br/> 16TH AUGUST 2021</h6><br/>
<p class="para">My name is Obije Daniel Uchenna and I have passion for web designing. My major goals for applying or partaking in this <a target="_blank" href="https://training.zuri.team">Zuri Intenship</a> is to advanced my basic skills in front end web development and have the opportunity to work with like minds like me all around the world in creating a much more better web design with the best user interface anyone can think of or imagine. My stack in this internship is Front End.</p >
<p class="para">At the end of the 8 weeks of this internship I hope to have achieved my set goal number one which is advancing my basic skills in front end web development.</p>
</article>
<br/>
<div class="container" style="padding-bottom: 100px;">
<h5 id="heading" class="text-center"><b>FEW BEGINNERS' STACKS OF TUTORIAL LINKS/VIDEOS</b></h5>
<br/>
<div class="row text-center">
<div class="col-lg-4 my-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/8JJ101D3knE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 id="heading"><a target="_blank" href="https://www.youtube.com/watch?v=8JJ101D3knE">GIT TUTORIAL FOR BEGINNERS</a></h6><br/>
</div>
<div class="col-lg-4 my-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/3FYz9CQ_bOo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 id="heading"><a target="_blank" href="https://www.youtube.com/watch?v=3FYz9CQ_bOo">FIGMA TUTORIAL FOR BEGINNERS</a></h6><br/>
</div>
<div class="col-lg-4 my-4">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/hx38tnlYGlA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h6 id="heading"><a target="_blank" href="https://www.youtube.com/watch?v=hx38tnlYGlA">PHP TUTORIAL FOR BEGINNERS</a></h6><br/>
</div>
</div>
</div>
<footer class="footer" id="nav">
<h6 id="footer_text">DESIGNED BY: OBINTUS</h6>
</footer>
</body>
</html>