forked from SF-WDI-LABS/personal-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (67 loc) · 2.94 KB
/
index.html
File metadata and controls
70 lines (67 loc) · 2.94 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
<!DOCTYPE html>
<html>
<head>
<title>Bryan Albini's Portfolio</title>
<!-- meta -->
<meta charset="utf-8" />
<meta name="description" content="Personal Site">
<meta name="author" content="GA Student">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- styles -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Concert+One" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="vendor/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
<!-- scripts -->
<script type="text/javascript" src="assets/js/app.js"></script>
</head>
<body>
<nav class="blue">
<div class="nav-wrapper" id="portfolioTopNav">
<ul class="right">
<li><a href="https://balbini.github.io">Home</a></li>
<li><a href="#project_display">Work</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#skills">Skills</a></li>
</ul
</div>
</nav>
<div class="container">
<div id="page-wrapper">
<h1>Bryan Albini</h1>
<h5>Web Developer & Software Engineer</h5>
<img
src="./assets/imgs/5U2A2606.jpg" />
<p>A full stack developer creatively focused with a logical approach to finding solutions. A systematic and focused approach to development ensures that the code in the project is easily readable and clean for all team members. My most recent projects have included Javascript, Ruby on Rails, CSS, and HTML.</p>
</div>
<hr>
<div id="skills">
<h3>Skills</h3>
<p>HTML, CSS, Javascript, React, Angular, Ruby on Rails, MongoDB, Node, Express, and Postgresql</p>
<hr>
</div>
<div id="project_display">
<ul class="projects"><h3>My Projects</h3>
</ul>
<hr>
</div>
<br />
<div id="contact">
<ul><h4>Contact Me</h4>
<a href="mailto:balbini91@gmail.com"><li>Email</li></a>
<a href="https://www.linkedin.com/in/bryan-albini-a88a8a84"><li>LinkedIn</li></a>
<a href="https://github.com/balbini"><li>GitHub</li></a>
<a href="assets/files/Bryan_Albini_Full_Stack_Web_Developer.pdf"><li>Resume</li></a>
</ul>
</div>
<footer>Created 2017 © Albini</footer>
</div>
</body>
</html>