-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
39 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Portfolio</title>
<link rel="shortcut icon" href="profile_pic3.jpg" />
<link rel="stylesheet" type="text/css" href="portfolio.css">
</head>
<body>
<div class="about_me_section">
<img class="profile_pic" src="profile_pic3.jpg" />
</div>
<div class="portfolio_section">
<div class="portfolio">
<h1 class="title">
Dan Rix's Portfolio
</h1>
<p class="body portfolio_body">
I'm a full-stack software developer with 3+ years experience creating
native, web, an some mobile applications. I have recently been focusing on front-end web development
applying UX design principles I've learned both in the industry and at school.
<br />
<br />
In July of 2016 I built my first web application called, myMealPlanner.
To experience the application and learn more about the processes
I used, click below.
</p>
<a class="button" href="dan_rix_resume.pdf">Résumé</a>
<a class="button" href="./meal_planner/ux_process.html">Project</a>
</div>
</div>
<footer>
<a href="https://www.facebook.com/danrix89"><img class="footer_links" src="facebook-logo-button.png" /></a>
<a href="https://www.linkedin.com/in/danrix"><img class="footer_links" src="linkedin-button.png" /></a>
<a href="https://github.com/danrix89"><img class="footer_links" src="github-logo-button.png" /></a>
</footer>
</body>
</html>