-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCata-Teo.html
57 lines (52 loc) · 2.06 KB
/
Cata-Teo.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
<!DOCTYPE html>
<html lang ="en">
<head><link rel="stylesheet" type="text/css" href="Cata-Teo.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Catalina T. Ionescu</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="jquery-3.1.1.min.js"></script>
<script src="Cata-Teo.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700" rel="stylesheet">
</head>
<title>Catalina T. Ionescu </title>
<body>
<!-- <img id ="background" src = "wallpaper2.jpeg"</img> -->
<div class = "header" id="header">
<nav class="navbar navbar-default ">
<div class = "container-fluid ">
<div class = "active">
<p class="navbar-text navbar-left" id = "name">Cătă.</p>
<ul class="nav nav-tabs navbar-right">
<li id = "home"><a href="Cata-Teo.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id = "Artsy"><a href="Artsy.html">Home</a></li>
<li id = "contact"><a href="Contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
<!-- <div class = "hello" id ="first" onclick="start()"> -->
<div class = "hello" id ="first">
<img src = "Me.jpg" class = "img-rounded"></img>
<!-- <img src = "https://storage.googleapis.com/is-now-illegal.appspot.com/gifs/MESSY%20CODE.gif"</img> -->
<h1 id = "text"> Welcome! </h1>
<blockquote class = "blockquote-reverse">
<p id = "quote">If you can dream it, you can do it!</p>
<footer id = "cite"> Walt Disney</footer>
</blockquote>
</div>
<!-- <div id ="second">
<p>My First Web Page</p>
</div>
<div id = "third">
<p>My First Web Page</p>
</div> -->
</body>
</html>