forked from ashrock/portfolio_templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-responsive.html
More file actions
138 lines (134 loc) · 5.69 KB
/
index-responsive.html
File metadata and controls
138 lines (134 loc) · 5.69 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="static/css/common.css">
<script src="static/js/jquery-1.11.0.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script>
$(document).ready(function(){
$('#wrapper').on('click','.project_link', function(){
var preview_pane = $(this).parents('.project_list').siblings('.preview_pane_container').find(' .preview_pane');
var iframe_src = $(this).attr('href');
$('.project_link.active').removeClass('active');
$(this).addClass('active');
preview_pane.html('<iframe src="'+ iframe_src +'" frameborder="0" width="100%" height="420px"></iframe>');
return false;
});
$('.project_list').each(function(){
$(this).find('.project_link:first-child').trigger('click').addClass('active');
});
})
</script>
</head>
<body>
<div id="wrapper" class="container-fluid">
<div id="student_description">
<div class="media-group">
<div class="media">
<img src="static/img/default_profile.jpg" alt="" class="img-responsive img-thumbnail media-object pull-left">
<div class="media-body">
<h4 class="media-heading">Jeremy Griffith</h4>
<p>Jeremy is an avid gamer, tech enthusiast, and lover of typography with a huge beard that he has been growing for eight years. He originally attended Western Washington University for Computer Science, but left to start making his own iPhone apps - one of which was potentially an inspiration to Google for their 2012 April Fool’s joke “8-bit Maps”. He is currently employed as a full stack web developer.</p>
</div>
</div>
</div>
</div>
<div id="portfolio_content">
<ul class="nav nav-tabs">
<li class="active"><a href="#php_mvc" data-toggle="tab">PHP and MVC</a></li>
<li><a href="#node_javascript" data-toggle="tab">Node and JavaScript</a></li>
<li><a href="#ruby_rails" data-toggle="tab">Ruby on Rails</a></li>
</ul>
<div id="portfolio_body" class="tab-content panel panel-default">
<div class="panel-body tab-pane active" id="php_mvc">
<div class="project_list list-group col-md-2">
<a href="http://spottrender.com" class="project_link list-group-item active">
<img src="static/img/jeremy_griffith_1.jpg" class="center-block col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">SpotTrender</h5>
</a>
<a href="http://village88.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_2.jpg" class="center-block col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Village88</h5>
</a>
<a href="http://codingdojo.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_3.jpg" class="center-block col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Coding Dojo</h5>
</a>
</div>
<div class="preview_pane_container col-md-10">
<p>Lorem Ipsum dolor</p>
<div class="panel panel-default">
<div class="panel-body">
<div class="preview_pane"></div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="panel-body tab-pane" id="node_javascript">
<div class="project_list list-group col-md-2">
<a href="http://spottrender.com" class="project_link list-group-item active">
<img src="static/img/jeremy_griffith_1.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">SpotTrender</h5>
</a>
<a href="http://village88.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_2.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Village88</h5>
</a>
<a href="http://codingdojo.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_3.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Coding Dojo</h5>
</a>
</div>
<div class="preview_pane_container col-md-10">
<p>Lorem Ipsum dolor</p>
<div class="panel panel-default">
<div class="panel-body">
<div class="preview_pane"></div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="panel-body tab-pane" id="ruby_rails">
<div class="project_list list-group col-md-2">
<a href="http://spottrender.com" class="project_link list-group-item active">
<img src="static/img/jeremy_griffith_1.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">SpotTrender</h5>
</a>
<a href="http://village88.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_2.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Village88</h5>
</a>
<a href="http://codingdojo.com" class="project_link list-group-item">
<img src="static/img/jeremy_griffith_3.jpg" alt="" class="col-sm-12">
<div class="clearfix"></div>
<h5 class="list-group-item-heading text-center">Coding Dojo</h5>
</a>
</div>
<div class="preview_pane_container col-md-10">
<p>Lorem Ipsum dolor</p>
<div class="panel panel-default">
<div class="panel-body">
<div class="preview_pane"></div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</body>
</html>