-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.html
More file actions
66 lines (66 loc) · 2.36 KB
/
Copy pathproject.html
File metadata and controls
66 lines (66 loc) · 2.36 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
<!DOCTYPE html>
<htmL>
<head>
<title>Tech Teens</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Hind' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="nav"><ul>
<a href="html/contact.html"><div class="nav1"><center><li>Contact</li></center></div></a>
<a href="about.docx"><div class="nav2"><center><li>About</li></center></div></a>
<a href="#"><div class="selected"><center><li>Home</li></center></div></a>
</ul>
</div>
<p class="logo">
TT <i>tech teens</i>
</p>
<hr width= "1200px">
<div class="banner">
<h3>
Powerhouse of India: <b> The Youth<b>
</h3></div>
<p class="misc">
This organization aims to educate young India about computer related courses. The youth of India have bubbling energy and talent which can be harnessed by our organisation. We offer courses in many fields of technology. Register now to get your first tutorial for free.
</p>
<div class="g">
<center><h2>
Gaming
</h2></center>
<p>
Gaming is a fun and entertaining activity which has its own benefits(contrary to popular belief).Tutorials for gamiong may seem unnecesary but can be of great importance. Join now for a free tutorial.
</p>
<p><a href="html/register.html">Register Now</a></p>
</div>
<div class="webd">
<center><h2>Web Designing</h2></center>
<p>
Web designing is all about creativity and usage of provided elements. Unlike many companies offering tutorials, we also develop creative sense apart from teaching HTML, CSS, JavaScript and much more. Join now for a free tutorial.
</p>
<p><a href="html/register.html">Register Now</a></p>
</div>
<div class="di">
<center><h2>
Digital Imaging
</h2></center>
<p>
Digital imaging is very useful and can get you many high paid jobs.
Our tutorials aim to harness that creative stength nessecary to survive in a high level of competion. Join now for a free tutorial.
</p>
<p><a href="html/register.html">Register now</a></p>
</div>
<div class="av">
<center><h2>
Audio/Video Editing
</h2></center>
<p>
This is the most interesting activity as we can make cool videos and music which is very much appriciated these days. Join now for a free tutorial.
</p>
<p><a href="html/register.html">Register Now</a></p>
</div>
<div class="pf"></div>
<footer>
Copyright @ 2015 TECH TEENS
</footer>
</body>
</htmL>