Skip to content

Commit 2772aee

Browse files
committed
debugging
0 parents  commit 2772aee

File tree

4 files changed

+242
-0
lines changed

4 files changed

+242
-0
lines changed

WtMp2.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<link rel="stylesheet" type="text/css" href="mystyle.css">
6+
<title>De Future, Eh!</title>
7+
</head>
8+
<body id="p2bd">
9+
<p id="pgs">
10+
<a href="index.html" class="button">Aboot</a> <a href="WtMp2.html" class="button">De Future, eh!</a>
11+
</p>
12+
13+
<a id="whereivebeen"><h1>Where I've Been</h1></a>
14+
15+
<p id="j2p1">
16+
<a href="#whereivebeen">Where I've Been</a> | <a href="#notsureipossessthesight">Not Sure I Posess <em>THE SIGHT</em></a>
17+
</p>
18+
19+
<p id="p2p1">This has been me each morning since I found out I was accepted for this program.</p>
20+
21+
<img id="minion" src="https://www.dropbox.com/s/1vbwofx89tyikbd/minion.jpg?raw=1" alt="Minion" style="width:250px;">
22+
23+
<p id="p2p2">The world of coding and programing is <strong>faaaaaaaar</strong> outside my comfort zone within the professional world. I've worked in healthcare for over a decade. In my previous life I was a speech pathologist.</p>
24+
25+
<img id="slp" src="https://www.dropbox.com/s/fekrqbniu5nmqcz/SLP%20days3.jpg?raw=1" alt="SLP Dayz" width="500">
26+
27+
<p id="p2p3">And, then a Clinical Affairs Manager for a surgical hardware company.</p>
28+
29+
<p>
30+
<a href="#top">Back to Top</a>
31+
</p>
32+
33+
<a id="notsureipossessthesight"><h2>Not Sure I Possess <em>THE SIGHT</em></h2></a>
34+
35+
<img id="nonlinear" src="http://ic.pics.livejournal.com/beneficia/8780397/4588/4588_300.gif" alt="Path to Success" width="500" >
36+
37+
<p id="p2p4">I <em>am</em> excited for gSchool. But there's alot of other emotions in that mix too. And lets be honest, fear is one of them.</p>
38+
39+
<p id="p2p5">The path from A to B is never simple. And if it was, it wouldn't be half the adventure.</p>
40+
41+
<p id="p2p6">I'm new enough in this world of the interwebs that I don't know where I'll end up. I'd like to think I could go back to the world of healthcare. The medical apps that are being developed these days are amazing!</p>
42+
43+
<ul id="p2p7">
44+
<li>phone app that monitors your bloodsugar via a sub-q implant</li>
45+
<li>phone app that that can be used as an EKG</li>
46+
<li>the first medical tricoder</li>
47+
<li>and the list goes on...</li>
48+
</ul>
49+
50+
<p>
51+
<a href="#top">Back to Top</a>
52+
</p>
53+
54+
</body>
55+
</html>

index.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<link rel="stylesheet" type="text/css" href="mystyle.css">
6+
<title>Welcome to ME, Eh!</title>
7+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
8+
<script>
9+
$(document).ready(function(){
10+
$("button").click(function(){
11+
$("#hobby1").fadeIn(2000);
12+
$("#hobby2").fadeIn(5000);
13+
$("#hobby3").fadeIn(5000);
14+
$("#hobby4").fadeIn(5000);
15+
});
16+
});
17+
</script>
18+
</head>
19+
<body id="p1bd">
20+
<p id="pgs">
21+
<a href="index.html" class="button">Aboot</a> <a href="WtMp2.html" class="button">De Future, eh!</a>
22+
</p>
23+
24+
<h1 id="welcome">Welcome to Me, Eh!</h1>
25+
<p id="j2p1">
26+
<a href="#aboot">Aboot</a> |<a href="#specificaboots">Specific Aboots</a> | <a href="#randomtidbits">Random Tid Bits</a> | <a href="#hobbies">Hobbies</a>
27+
<p>
28+
29+
<a id="aboot"><h2>Aboot</h2></a>
30+
31+
<p>Hello World <em>aka g8</em>. My name is Tara Gee. I'm 37, married and have lived in Boulder, Colorado for 9 years. </p>
32+
33+
<a id="specificaboots"><h2>Specific Aboots...</h2></a>
34+
35+
<p>This is my better half...the <em>real</em> version...<p>
36+
37+
<img id="realbh" src="https://www.dropbox.com/s/yhy43vt17uagfys/better%20half1.jpg?raw=1" alt="better-half" style="width:300px;">
38+
39+
<p>Aaaaand, the <em>Boulder</em> version.</p>
40+
41+
<img id="boulderbh" src="https://www.dropbox.com/s/k82qf8wvyse25af/better%20half.jpg?raw=1" alt="better-half2" width="500">
42+
<p>
43+
<a href="#top">Back to Top</a>
44+
</p>
45+
46+
<a id="randomtidbits"><h2>Random Tid Bits</h2></a>
47+
48+
<ul id="p1l1">
49+
<li>I'm Canadian.</li>
50+
<li>I grew up on Vancouver Island, British Columbia.</li>
51+
<li>I'm the youngest of 2 girls.</li>
52+
<li>I'm an aunt to an awesome niece and nephew.</li>
53+
54+
<p>
55+
<a href="#top">Back to Top</a>
56+
</p>
57+
58+
<a id="hobbies"><h2>Hobbies</a>
59+
60+
<button>Click to fade in hobbies</button>
61+
62+
<p>Hobby 1....</p>
63+
<img id="hobby1" src="https://www.dropbox.com/s/uqdmrzvwyrz1ko3/climbing1.jpg?raw=1" alt="Climbing1" style="width:500px;display:none;">
64+
65+
<p>Hobby 2...</p>
66+
<img id="hobby2" src="https://www.dropbox.com/s/4clx4yean2h70ka/climbing2.jpg?raw=1" alt="Climbing2" style="width:350px;display:none;">
67+
68+
<p>Hobby 3...</p>
69+
<img id="hobby3" src="https://www.dropbox.com/s/1utsczfc6j4b0mm/climbing3.jpg?raw=1" alt="Climbing3" style="width:350px;display:none;">
70+
71+
<p>and occasionally Hobby 4...</p>
72+
<img id="hobby4" src="https://www.dropbox.com/s/c2ldwaagoxy5p5i/dancing.jpg?raw=1" alt="dancing" style="width:350px;display:none;">
73+
<p>
74+
<a href="#top">Back to Top</a>
75+
</p>
76+
77+
</body>
78+
</html>

mystyle.css

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
body {
2+
display: block;
3+
margin: 100px;
4+
margin-top: 50px;
5+
margin-right: 100px;
6+
margin-bottom: 100px;
7+
margin-left: 100px;
8+
}
9+
a:-webkit-any-link {
10+
color: #000000;
11+
text-decoration: underline;
12+
cursor: auto;
13+
}
14+
15+
16+
#p1bd {
17+
background: url("https://www.dropbox.com/s/c76v9iummwosgle/IC%20wall.jpg?raw=1")no-repeat fixed;
18+
background-size: 100% 100%;
19+
}
20+
#welcome {
21+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
22+
text-shadow: 2px 2px #909090;
23+
color:white;
24+
text-align:center;
25+
padding:3px;
26+
}
27+
.button {
28+
display:block;
29+
height:25px;
30+
width:120px;
31+
background:#ffffff;
32+
border:1px solid #000000;
33+
color:#000000;
34+
text-align:center;
35+
border-radius: 50px;
36+
}
37+
a.button {
38+
text-decoration:none;
39+
}
40+
#pgs {
41+
float:left;
42+
}
43+
#j2p1 {
44+
text-align:center;
45+
padding:5px;
46+
}
47+
p {
48+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
49+
color: white
50+
}
51+
#aboot {
52+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
53+
color: white
54+
}
55+
#specificaboots {
56+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
57+
color: white
58+
}
59+
#randomtidbits {
60+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
61+
color: white
62+
}
63+
#hobbies {
64+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
65+
color: white
66+
}
67+
#p1l1 {
68+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
69+
color: white
70+
}
71+
72+
#p2bd {
73+
background: url("https://www.dropbox.com/s/mhy8t9rdumgoqxp/logo.jpg?raw=1") no-repeat fixed right top;
74+
margin-right: 200px;
75+
}
76+
#whereivebeen {
77+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
78+
color: rgb(207, 121, 8);
79+
text-align:center;
80+
}
81+
#notsureipossessthesight {
82+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
83+
color: rgb(207, 121, 8);
84+
}
85+
#p2p1 {
86+
color: rgb(53, 103, 153)
87+
}
88+
#p2p2 {
89+
color: rgb(53, 103, 153)
90+
}
91+
#p2p3 {
92+
color: rgb(53, 103, 153)
93+
}
94+
#p2p4 {
95+
color: rgb(53, 103, 153)
96+
}
97+
#p2p5 {
98+
color: rgb(53, 103, 153)
99+
}
100+
#p2p6 {
101+
color: rgb(53, 103, 153)
102+
}
103+
#p2p7 {
104+
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
105+
color: rgb(53, 103, 153)
106+
}

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Bug #1:
2+
3+
Bug #2:

0 commit comments

Comments
 (0)