-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
106 lines (101 loc) · 4.17 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
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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css"
media="screen,projection" />
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
.center-flex { justify-content: center; }
.materialboxed { margin: 0 auto; }
footer {
position: relative;
width: 100%;
bottom:0;
}
</style>
<meta name="description" content="Tom Moore Web Design, A Freelance Webdesigner.">
<meta name="keywords" contents="Web Design, Web, Design, Web Site, PHP, HTML, CSS">
</head>
<body>
<div class="container">
<div class="row">
<div class="col s12 m6">
<img class="responsive-img" src="title.png">
</div>
</div>
<div class="row">
<div class="col s3">
</div>
</div>
</div>
<nav>
<div class="nav-wrapper blue darken-2">
<a href="#" data-activates="mobile-demo" class="button-collapse blue darken-2"><i class="material-icons blue darken-2">menu</i></a>
<ul class="right hide-on-med-and-down blue darken-2">
<li><a href="index.html">Home</a></li>
<li><a href="About_Me.html">About Me</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="mailto:[email protected]&subject=Website%20Design%20Request">Contact Me</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="index.html">Home</a></li>
<li><a href="About_Me.html">About Me</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="mailto:[email protected]&subject=Website%20Design%20Request">Contact Me</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="SAPAG.png" data-caption="My First Website for Sheffield Aspergrs Parents Action Group"
/>
<div class="valign-wrapper center-flex">
<a href="http://htmlpreview.github.io/?https://github.com/tmoore79/Websites/blob/master/SAPAG%20Website/index.htm" class="valign">Link To Site</a><br/>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="SHAUTIES.png" data-caption="My Second Website for Sheffield Autistic Society"
/>
<div class="valign-wrapper center-flex">
<a href="http://htmlpreview.github.io/?https://github.com/tmoore79/Websites/blob/master/Shauties/index.html" class="valign">Link To Site</a><br/>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="wordpress-matdesign.png" data-caption="A Material Design Theme For Wordpress"/>
</div>
</div>
<div class="row">
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="ThemeSet1.png" data-caption="Wordpress Basic Website"/>
</div>
<div class="row">
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="ThemeSet2.png" data-caption="Wordpress Blog Style Design"/>
</div>
<div class="col s12 m8 l9">
<img class="materialboxed responsive-img" width="650" src="website.png" data-caption="Bootstrap To Wordpress Website"/>
</div>
</div>
</div>
<footer class="page-footer">
<div class="footer-copyright">
<div class="container">
<center>By Tom Moore Web Design (c) 2017 updated 2021</center>
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="./nav.js"></script>
</body>
</html>