-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·74 lines (58 loc) · 2.26 KB
/
index.html
File metadata and controls
executable file
·74 lines (58 loc) · 2.26 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
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<!-- your webpage info goes here -->
<title>CodeCats</title>
<meta name="author" content="codecat" />
<meta name="description" content="team description" />
<!-- you should always add your stylesheet (css) in the head tag so that it starts loading before the page html is being displayed -->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<marquee><h2><i><b>Imagination rules the world !! </b></i></h2></marquee>
<!-- webpage content goes here in the body -->
<div id="page">
<div>
<div id="logo">
<a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/index.html" ><img src="logo.jpeg" style="width:200px;height:200px;"/></a>
</div>
<div id="logo">
<h1><b>CodeCats</b></h1>
</div>
</div>
<div id="nav">
</div>
<marquee><h2><i><b>Believe in your own magic!!</b> </i></h2></marquee>
<div id="nav">
<ul>
<li><a href="#/home.html">Home</a></li>
<li><a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/Arushi.html" target="_blank">Arushi Bhatt</a></li>
<li><a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/Aditi.html" target="_blank">Aditi Kumar</a></li>
<li><a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/contact.html" target="_blank">Contact</a></li>
</ul>
</div>
<center><img src="cat.jpeg" style="width:800px;height:330px;"></center>
<div id="content">
<h2>Welcome</h2>
<p>
We, the Codecat team are the programming enthusiasts and love to work and build something great..!! :)
<br>
Our Work ..
<br>
We have already built up some good stuff which you can check on our github sites.(click the icon )
</p>
<a href="https://github.com/arushi-bhatt/CodeCat" target="_blank"> <img src = "git.png"/> </a>
<p>
Our Current area of Interest is Data Science..!
<br>
<a href="https://en.wikipedia.org/wiki/Data_science and Artificial Intelligence" target="_blank"><link><u> Know More about Data Science.. </u></link> </a>
</p>
</div>
<div id="footer">
<p>
Webpage made by <a href="/" target="_blank">Arushi Bhatt & Aditi Kumar </a>
</p>
</div>
</div>
</body>
</html>