-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (84 loc) · 4.08 KB
/
index.html
File metadata and controls
101 lines (84 loc) · 4.08 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles/default.css">
<!-- <link rel="stylesheet" type="text/css" href="styles/blog-stylesheet.css"> -->
<title>Tim Cannady</title>
<link rel="shortcut icon" href="http://33.media.tumblr.com/avatar_6cf41b97f3fe_48.png"/>
</head>
<header>
<div id="headername"><a id="aheadstyle" href="index.html">Tim Cannady</a></div>
<div id="social">
<a href="https://github.com/TimCannady"><img src="imgs/github32.png"></a>
<a href="https://plus.google.com/112916819767748948561/posts"><img src="imgs/googleplus32.png"></a>
<a href="https://www.linkedin.com/in/timcannady"><img src="imgs/linkedin32.png"></a>
<a href="https://soundcloud.com/ever"><img src="imgs/soundcloud32.png"></a>
<a href="http://www.twitter.com/tcannadysf"><img src="imgs/twitter32.png"></a>
</div>
</div>
</header>
<body>
<div id = "content">
<div id = "sidebar">
<div id="photobox">
<img id = "photoboxavatar" src="http://33.media.tumblr.com/avatar_6cf41b97f3fe_48.png" alt="Tim Cannady" id="avatar"> Tim Cannady
</div>
<div id="biobox">Reflections on web development and product management
<ul>
<li>student: DBC</li>
<li>mkt mgr + product liaison: TRLA</li>
<li>timcannady@gmail.com</li>
<li>twitter.com/tcannadysf</li>
<li>linked.com/in/timcannady</li>
<li>github.com/timcannady</li>
</ul>
</div>
<div id ="sitenav">
<ul id = "sitenavlist">
<li class = "sitenav_li"><a href="index.html">Home</a></li>
<li class = "sitenav_li"><a href="blog/blog-home.html">My Blog</a></li>
<li class = "sitenav_li"><a href="projects.html">Projects</a></li>
</ul>
</div>
<div id="recenttweets">
<a class="twitter-timeline" width = "100%" href="https://twitter.com/TCannadySF" data-widget-id="377547627438419968">Tweets by @TCannadySF</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div id="soundcloud">
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F105780607"></iframe>
</div>
</div>
<!--####Blog Posts####-->
<div id="mainbox">
<div class="blogbody">
<div id = "bodyheader">
<img id="bigheadshot" src="imgs/headshot.jpg">
<img id = "homebanner" src="imgs/ggbridge.jpg">
</div>
<p class="blogpost">
Welcome!
</p>
<p class="blogpost">
I'm a web enthusiast and a student at <a href="http://devbootcamp.com/">Dev Bootcamp</a>. Developing websites is such a rewarding hobby. For me it crosses a three-way intersection of my passions for building things, for computers and for ecommerce.
</p>
<p class="blogpost">
On the surface I use this site to discuss web technologies, work culture and personal development. Yet it's so much more! It's also:
</p>
<p class="blogpost">
<ul class="ul">
<li class="li"><span class="bold"></span> a practice in designing and hand-coding a website </li>
<li class="li"><span class="bold"></span> a practice in managing a website </li>
<li class="li"><span class="bold"></span> a practice in teaching</li>
<li class="li"><span class="bold"></span> a practice in giving back</li>
</ul>
</p>
<p class="blogpost">
Thanks for visiting. Enjoy, and feel free to get in touch.
</p>
</div>
</div>
<!--####End Blog Posts####-->
</div>
</body>
<footer></footer>
</html>