-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (151 loc) · 6.14 KB
/
index.html
File metadata and controls
186 lines (151 loc) · 6.14 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Personal Portfolio</title>
<!-- <link href="https://fonts.googleapis.com/css?family=Allerta+Stencil|Inder" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Allerta+Stencil%7CInder" rel="stylesheet">
<!-- <script src="https://use.fontawesome.com/d7c9aef80d.js"></script> -->
<script src="https://use.fontawesome.com/eb0e66cb63.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--NAVBAR -->
<div class="fluid-container navbar-fixed-top inverse">
<ul class="nav nav-tabs">
<li class="pull-right">
<a href="#contact">Contact</a>
</li>
<li class="pull-right">
<a href="#portfolio">Portfolio</a>
</li>
<li class="pull-right">
<a href="#MyName">About</a>
</li>
</ul>
</div>
<!-- JUMBOTRON -->
<div class="jumbotron">
<div class="fluid-container text-center" id="MyName">
<div class="row">
<div class="col-md-12">
<h1>Magnus Rydberg</h1>
</div>
<div class="col-md-2"></div>
<div class="col-md-8">
<p>It's all about the frontend. I am working on the skills needed to be job-ready for a position in front-end development. I started with HTML CSS and the Bootstrap grid plus JavaScript and jQuery for interactive single-page sites. Recently I have been practicing responsive design with CSS Flexbox. Next leap is the Vue.js framework.</p>
<div class="col-md-2"></div>
</div>
</div>
</div>
</div>
<!-- PORTFOLIO -->
<div class="container">
<h2 id="portfolio">Gallery of projects</h2>
<p>The more the merrier.</p>
<div class="row fix">
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<a href="https://magwit.github.io/pizza_dwelling/" target="_blank"><img src="https://rawgit.com/Magwit/thumbnails/master/dwelling.JPG" alt="pizza dwelling" title="pizza dwelling"></a>
</div>
<div class="caption text-center">
<h3>Pizza Dwelling</h3>
<p>Another pizza restaurant: this time built with Vue.js and flexbox</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<a href="https://magwit.github.io/five-books/" target="_blank"><img src="https://rawgit.com/Magwit/thumbnails/master/five_books.JPG" alt="five books" title="five books">
</a>
</div>
<div class="caption text-center">
<h3>Five books, five ideas</h3>
<p>Responsive page built with CSS Flexbox and jQuery </p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<a href="https://magwit.github.io/william_james_quote_machine/" target="blank"> <img src="https://rawgit.com/Magwit/thumbnails/master/williamjames.JPG" alt="william james" title="william james"></a>
</div>
<div class="caption text-center">
<h3>William James Quotes</h3>
<p>Simple modal with randomized quotes. Built with jQuery and usefu.ly .</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<a href="https://magwit.github.io/pizza_site/" target="blank"><img src="https://rawgit.com/Magwit/thumbnails/master/pizza_small.JPG" alt="top right" title="top right"></a>
</div>
<div class="caption text-center">
<h3>Pizza page</h3>
<p>Place restaurant orders with Bootstrap and jQuery.</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<a href="https://magwit.github.io/simecka_tribute/" target="blank"><img src="https://rawgit.com/Magwit/thumbnails/master/milan.JPG" alt="top left" title="top left"></a>
</div>
<div class="caption text-center">
<h3>Tribute page</h3>
<p>Tribute to the writer and thinker Milan Šimečka built with Bootstrap.</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="well">
<div class="thumbnail">
<img src="http://placehold.it/350x350" alt="top left" title="top left">
</div>
<div class="caption text-center">
<h3>Caption</h3>
<p>Don't mind me. I'm just a placeholder.</p>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="container-fluid footer">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<h2 id="contact">Contact</h2>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-xs-2">
</div>
<div class="col-xs-2">
<a href="https://www.linkedin.com/in/magnusrydberg" target="blank"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-xs-2">
<a href="https://github.com/Magwit" target="blank"><i class="fa fa-github"></i></a>
</div>
<div class="col-xs-2">
<a href="https://codepen.io/m_rydberg/" target="blank"><i class="fa fa-codepen"></i></a>
</div>
<div class="col-xs-2">
<a href="https://forum.freecodecamp.com/u/Magwit/summary" target="blank"><i class="fa fa-free-code-camp"></i></a>
</div>
<div class="col-xs-2">
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>