-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<title>Just page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class= "navbar">
<ul align="center">
<li><a href="index.html">Home</a></li>
<li><a href="form.html">Form</a></li>
<li><a href="timetable.html">TimeTable</a></li>
</ul>
</div>
</div>
<img src="https://miro.medium.com/max/1024/1*2caQc0O088VG52crsHkTDA.jpeg" class="logo">
<div>
<center>
<div class="content" align="center">
<h1>Wellcome to Uki-Stepping stone to tech life</h1>
<p align="center">
Uki is an Accelerator Program for Coding in Jaffna, Sri Lanka. It is aimed to
provide the necessary training to enter the Computer Software industry or to
start an IT startup.This is an initiative by Yarl IT Hub, which has been functioning for the last 8
years as a not for profit social enterprise focusing on technology
entrepreneurship in Northern Sri Lanka.
</p>
</div>
</center>
<div class="left">
<h1>COURSE</h1>
<p>Our vision is to be a leading centre of excellence in teaching, learning, research and scholarship. </p>
<ul>
<li>Programming</li>
<li>Basic Business Skills</li>
<li>Spoken English and Communication Skills</li>
<li>Personal Coaching</li>
<ul>
</div>
<div class="right">
<h1>CODING ACCELERATOR PROGRAM</h1>
<p>
Uki is an Accelerator Program for Coding in Jaffna, Sri Lanka. It is aimed to
provide the necessary training to enter the Computer Software industry or to
start an IT startup.
</p>
</div>
<footer class="footer">
<p>2021 Uki All Rights Reserved. A joint initiative by YarlIT Hub and SERVE Foundation</p>
</footer>
</div>
</div>
</body>
</html>