-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (86 loc) · 2.8 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html style="height: 100%">
<head>
<meta charset=utf-8 />
<title>Tammy Website</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="newStyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript">
var i= 0;
</script>
</head>
<body style="display: flex; height: 100%; flex-direction: column" class ="imgContainer">
<div class="backgroundColor">
<div class= "headerStyle">Innovative Architecture</div>
<hr>
<div class="linkStyle">
<button class="link1" onclick="window.location.href='Tammy_website_sketches.html';">
sketches
</button>
<button class="link2" onclick="window.location.href='Tammy_website_inspirations.html';">
inspirations
</button>
<button class="dropbtn" onclick="openMenu()">
contact me
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content" id="dropdown">
<a href="Tammy_website_emailme.html">email me</a>
<a href="https://www.linkedin.com/in/tammylinspace">linkedin</a>
</div>
<button class="link3" onclick="window.location.href='Tammy_website_projects.html';">
projects
</button>
</div>
</div>
<div style="flex: 1; overflow: auto">
<br/>
<div class="backgroundColor imgContainer">
<div class="container">
<img src="building3 dark.jpg" class="backgroundBuilding1">
<div class="titleText border typewriter">TAMMY LIN</div>
<div>
<img src="building2 dark.jpg" class="backgroundBuilding1">
</div>
<div>
<img src="building4 dark.jpg" class="backgroundBuilding1">
</div>
</div>
<br/>
</div>
</body>
<!--
<script type="text/javascript">
var typed = new Typed('.typed', {
strings: ['Blog'],
typeSpeed: 100,
backSpeed: 1000,
backDelay: 0,
loop: true,
loopCount: 2
});
</script>
</div>
</div>
-->
</html>
<!-- <div class = 'typewriterbackground'>
<script type="text/javascript" src ="typed.js"></script>
<div>
<h3 class = 'typed'></h3>
<script type="text/javascript">
var typed = new Typed('.typed', {
strings: ['Tammy Lin'],
typeSpeed: 150,
});
</script>
</div>
<table border=0 width="100%">
<tr>
<td width="50%" align="center"><a href="https://www.linkedin.com/in/tammylinspace"><h2>Linked In</h2></a></td>
<td width="50%" align="center"><a href="mailto:[email protected]"><h2>Email</h2></a></td>
</tr>
-->