-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (60 loc) · 2.9 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Rienamba.GitHub.io by rienamba</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><i class="fa fa-child"></i> Rie's portfolio</h1>
<p> Hi! I'm an Educational Resources Developer at <a href="http://ctlt.ubc.ca">Centre for Teaching, Learning and Technology</a> at UBC. </p>
<a class="btn btn-default"href="http://www.twitter.com/dreamsanatomy"><i class="fa fa-twitter"></i> Twitter </a>
<a class="btn btn-default" href="http://www.github.com"><i class="fa fa-github"></i> Github</a>
</header>
<section>
<h3>What do I do?</h3> <ul>
<li> Design and develop websites</li>
<li>Provide support and develop resources for faculty members, Staff and students who are using learning technologies. </li>
<li> Design posters, infographics and icons</li>
</ul>
<h3> What skills do I have?</h3>
<ul>
<li>Graphic design - Photoshop, Illustrator and InDesign</li>
<li>Video editing - Camtasia, Final Cut Pro and Adobe premiere</li>
<li>Coding - HTML, CSS, JavaScript (mostly JQuery) and some PHP</li>
<li>Support - provide one-on-one support for faculty members, staff and students</li>
<li>Resource development - develop resources on wiki and WordPress so that it is publicly available</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-74862255-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>