-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb_development.html
130 lines (125 loc) · 5.01 KB
/
web_development.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML>
<html>
<head>
<title>Pat Falconer - Web Development</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="assets/avataaars.ico" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100567096-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100567096-1');
</script>
<style>
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 50%; /* IE10 */
flex: 50%;
max-width: 50%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
</head>
<body>
<div id="wrapper">
<header id="header">
<ul class="icons">
<li><a href="index.html" class="icon fa-home alt"><span class="label">GitHub</span></a></li>
</ul>
<h1>Web Development</h1>
</header>
<div id="main">
<section id="content" class="main">
<h2>
My web developer portfolio below highlights just a few examples of websites I have worked on as a freelance programmer. I can also add custom functionality to each website to fit what the client need as I am a Software Engineer for my day job. You can see the result of the work I have done in terms of what the website does and, how it looks.
<br>
<br>
You can see I have a experience working with clients to create the websites they dream of to help increase traffic. If you don’t see an example that is similar to a website you want to build get in touch with me to discuss your project. I love to build new start up web applications from scratch.
</h2>
<h1>
<b>Check out my Portfolio!</b>
</h1>
<div class="row">
<div class="column">
<a href="http://www.katysdumplings.com/" target="_blank"><img src="assets/katys_dumplings.png" style="width:100%"></a>
<!-- <img src="assets/katys_dumplings.png" style="width:100%">
<img src="assets/katys_dumplings.png" style="width:100%">
<img src="assets/katys_dumplings.png" style="width:100%"> -->
</div>
<div class="column">
<!-- <img src="assets/katys_dumplings.png" style="width:100%">
<img src="assets/katys_dumplings.png" style="width:100%">
<img src="assets/katys_dumplings.png" style="width:100%">
<img src="assets/katys_dumplings.png" style="width:100%"> -->
</div>
</div>
</section>
</div>
<footer id="footer">
<section>
<h2>Always Interested To Hear About New Opportunities</h2>
<ul class="actions">
<li><a href="assets/Resume.pdf" download="Pat_Falconer_Resume.pdf" class="button">Download Resume</a></li>
<li><a href="mailto:[email protected]" class="button">Contact Me</a></li>
</ul>
</section>
<section>
<h2>Contact Information</h2>
<dl class="alt">
<dt>Address</dt>
<dd>160 W Burton Place Apartment 1R • Chicago, IL 60610 • USA</dd>
<dt>Phone</dt>
<dd>(847) 602-3738</dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://github.com/P-J-FALCONER" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© Pat Falconer</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>