generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interests.html
165 lines (164 loc) · 10.6 KB
/
interests.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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<title>Rosie</title>
</head>
<body>
<header>
<div class="row no-gutters">
<a class="col-md-4 logo" href="index.html"></a>
<div class="col-md-8">
<div class="row no-gutters bg-color-name-title">
<div class="col heading">
<h1 class="name">Rosie Odenkirk</h1>
<h2 class="title"> Full Stack Developer</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col">
<ul id="nav" class="list-inline menucontainer">
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-home menuitem">
<a href="index.html" class="hvr-sweep-to-bottom"><i class="fa fa-home" aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-resume menuitem">
<a href="resume.html" class="hvr-sweep-to-bottom"><i class="fa fa-graduation-cap" aria-hidden="true"></i><span>Resume</span></a>
</li>
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-contact menuitem">
<a href="contact.html" class="hvr-sweep-to-bottom"><i class="fa fa-comment-o" aria-hidden="true"></i><span>Contact</span></a>
</li>
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-interests menuitem">
<a href="interests.html" class="hvr-sweep-to-bottom"><i class="fa fa-users" aria-hidden="true"></i><span>Interests</span></a>
</li>
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-github menuitem">
<a href="github.html" class="hvr-sweep-to-bottom"><i class="fa fa-github" aria-hidden="true"></i><span>GitHub</span></a>
</li>
<li class="col-xs-6 col-sm-2 list-inline-item ui-menu-color-download menuitem">
<a href="assets/cv/sample-cv.pdf" target="_blank" class="hvr-sweep-to-bottom"><i class="fa fa-download" aria-hidden="true"></i><span>Download CV</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="container-fluid">
<div class="row row-table">
<div class="col-xs-12 col-sm-12 col-md-4 bg-color-conferences section-column">
<div class="row">
<div class="col-md-12">
<h3 class="section-heading uppercase">Conferences and Meetups attended</h3>
</div>
</div>
<div id="map"></div>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 bg-color-groups section-column">
<div class="row">
<div class="col-md-12">
<h3 class="section-heading uppercase"> My groups and societies</h3>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2">
<i class="three-reasons-icon fa fa-users" aria-hidden="true"></i>
</div>
<div class="col-xs-10 col-sm-10">
<h4 class="three-reasons-heading uppercase">Coding Grace</h4>
<p>
Coding Grace are a group of developers based in Ireland who love to code and do other geeky and not necessarily crafty activities. Some of us code full-time, or just for fun (or both). We have people who are part of other technical user groups such as
Dublin ALT.NET, GameCraft, Python Ireland, Ruby Ireland and more.
<a href="https://codinggrace.com/" target="_blank">Coding Grace</a>
</p>
</div>
</div>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2">
<i class="three-reasons-icon fa fa-users" aria-hidden="true"></i>
</div>
<div class="col-xs-10 col-sm-10">
<h4 class="three-reasons-heading uppercase">Django Girls</h4>
<p>
Django Girls is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources and support. We are a volunteer run organization with hundreds of people contributing
to bring more amazing women into the world of technology.
<a href="https://djangogirls.org/" target="_blank">Django Girls</a>
</p>
</div>
</div>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2">
<i class="three-reasons-icon fa fa-users" aria-hidden="true"></i>
</div>
<div class="col-xs-10 col-sm-10">
<h4 class="three-reasons-heading uppercase">Full Stack NY</h4>
<p>
Our meetup is an event where web designers and developers can come together to learn from and teach each other about emerging technologies. While speakers at Full Stack focus primarily on angularjs, react, node, hapiJS, espress, plain ole' JavaScript,
HTML, and CSS, we encourage all local web professionals to join us for vivid discussions around technology across the stack in any language.
<a href="https://www.meetup.com/javascript-full-stack-development/" target="_blank">Full Stack NY</a>
</p>
</div>
</div>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-offset-0 col-sm-4 col-md-6">
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2">
<i class="three-reasons-icon fa fa-users" aria-hidden="true"></i>
</div>
<div class="col-xs-10 col-sm-10">
<h4 class="three-reasons-heading uppercase">IoT Nation</h4>
<p>
IoT Nation's mission is to inspire, engage, and connect entrepreneurs, investors, professionals, & enthusiasts worldwide who are active in the Internet of Things (IoT). This group is for professionals and enthusiasts in the Internet of Things. We welcome
those who want to learn about this emerging field which is fascinating as IoT makes use of a diverse range of technologies and has the promise to impact a vast number of vertical markets.
<a href="https://www.meetup.com/NYCIOT/" target="_blank">IoT Nation</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="container-fluid">
<div id="footer-details" class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub">About</h5>
<p class="inline-block">
Full Stack Web Developer. Skilled in everything from HTML to Heroku. The capacity for structural and design thinking.
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download My CV</h5>
<p class="inline-block">
Need a printable version of my CV? Download it here.
<a href="assets/cv/sample-cv.pdf" target="_blank" class="cv-pdf"><i class="fa fa-download" aria-hidden="true"></i></a>
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">MySocial</h5>
<ul class="list-inline social-links">
<li><a target="_blank" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a target="_blank" href="#"><i class="fa fa-instagram"></i></a></li>
<li><a target="_blank" href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCN0vSYWQoCsquTVzXK6ajhXNvxrVZGHXk&callback=initMap"></script>
<script src="assets/js/maps.js"></script>
</body>
</html>