-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
77 lines (71 loc) · 3.14 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Mike Yamato's Portfolio | Portfolio</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/ico" />
<meta charset="utf-8">
<meta name="description" content="Background in account management, paid media, natural search (SEO), & full-stack development. Always just a phone call away +1 (747) 215-7826.">
<!-- Linking Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Linking CSS -->
<link rel="stylesheet" type="text/css" href="style_portfolio.css">
<!-- Linking jQuery -->
<!--<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>-->
<!-- Linking Google Fonts -->
<!--<link href='https://fonts.googleapis.com/css?family=Montserrat|Roboto+Slab|Yellowtail' rel='stylesheet' type='text/css'>-->
</head>
<body style="background-image: url(assets/images/Background/asanoha-400px.png)">
<!--<div class="clearfix">-->
<div class="logo">
<a href="index.html" target="_top">
<img src="assets/images/my_logo.png" alt="mike yamato logo">
</a>
</div>
<div class="head">
<ul>
<li><a href="contact.html" target="_top">Contact</a></li>
<li><a href="portfolio.html" target="_top">Portfolio</a></li>
<li><a href="index.html" target="_top">About</a></li>
</ul>
</div>
<!--<div class="">-->
<section id="portfolio">
<h1>Portfolio</h1>
<hr>
<div id="item01">
<a href="" target="_top"><img src="assets/images/shiba1.png" alt="shiba1" class="hover"></a>
<p>TBD</a></p>
</div>
<div id="item02">
<a href="" target="_top"><img src="assets/images/shiba2.png" alt="shiba2" class="hover"></a>
<p>TBD</p>
</div>
<div id="item03">
<a href="" target="_top"><img src="assets/images/shiba3.png" alt="shiba3" class="hover"></a>
<p>TBD</p>
</div>
<div id="item04">
<a href="" target="_top"><img src="assets/images/shiba4.png" alt="shiba4" class="hover"></a>
<p>TBD</p>
</div>
<!--<div id="item05">
<a href="" target="_top"><img src="assets/images/shiba5.png" alt="shiba5" class="hover"></a>
<p>TBD</p>
</div>-->
<div id="item06">
<a href="" target="_top"><img src="assets/images/shiba6.png" alt="shiba5" class="hover"></a>
<p>TBD</p>
</div>
</section>
<section class="connect">
<h4>Connect With Me</h4>
<hr>
<a href="https://github.com/mikeyamato" target="_blank"><img class="icon" src="assets/images/Github_Color.svg" alt="Github"></a>
<a href="https://www.linkedin.com/in/mikeyamato/" target="_blank"><img class="icon" src="assets/images/LinkedIN_Color.svg" alt="LinkedIn"></a>
<a href="skype:burbank_mike?userinfo" target="_blank" ><img class="icon" src="assets/images/Skype_Color.svg" alt="Skype"></a>
<a href="https://www.facebook.com/mike.yamato" target="_blank" ><img class="icon" src="assets/images/Facebook_Color.svg" alt="Facebook"></a>
</section>
<!--</div>-->
<footer class="footer">© Copyright 2017 Mike Yamato</footer>
</body>
</html>