-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (215 loc) · 10.5 KB
/
index.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html>
<head>
<title>Mark McFadden</title>
<link rel="ICON" href="favicon.ico" type="image/ico" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Mark McFadden, Western & Southern, Business Informatics, .Net Core, C#, Java, JavaScript, API Connect, IBM Integration Bus, NKU, Northern Kentucky University" />
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('images/meStanding.jpg');
min-height: 100%;
}
.w3-hover-opacity {cursor: pointer;}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.bgimg-1 {
background-attachment: scroll;
}
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="#home" class="w3-bar-item w3-button">HOME</a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container" id="home">
<div class="w3-display-left" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">Mark <span class="w3-hide-small">McFadden</span></span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">ABOUT ME</h3>
<p class="w3-center"><em>I love technology</em></p>
<p>I am a Software Developer that is currently doing software development for a large insurance/financial institution.</p>
<p>I love learning new software languages and technologies. I also enjoy learning how these new
tools can better serve both businesses and individuals. Moreover, I have over 27 years experience in the Information Technologies
field specializing in the skills of Internet technologies, Network Administration, ASP/Visual Basic, .Net, J2E, Ruby on Rails, and
JavaScript application design and development. I have designed and implemented several Internet based systems ranging from static “brochureware” sites to
dynamic e-commerce solutions.</p>
<p>Formerly, in addition to software development, I functioned as part-time faculty where I utilized my experience and teaching Business
Application Development as well as Introduction to Database, Systems Management, and Information Technology Governance
at a local university.</p>
<!-- (About Section) What I am doing lately -->
<p class="w3-large w3-center w3-padding-16">Lately, I spend my time doing:</p>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> IBM API Connect Development</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:80%">80%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> Integration Service Development (IBM Integration Bus)</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:5%">5%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> C# and JavaScript Development</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:15%">15%</div>
</div>
<!-- (About Section) What I did previously -->
<p class="w3-large w3-center w3-padding-16">Previously, in my career, my time was spent on:</p>
<p class="w3-wide"><i class="fa fa-graduation-cap"></i> Adjunct Faculty: Software Development, Database, & IT Governance</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:20%">20%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> HTML/CSS</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:20%">20%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> Classic ASP</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:15%">15%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> C#</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:20%">20%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> Java</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:20%">20%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> JavaScript</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:10%">10%</div>
</div>
<p class="w3-wide"><i class="fa fa-file-code-o"></i> Web Development</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:15%">15%</div>
</div>
<p class="w3-wide"><i class="fa fa-laptop"></i> Network Administration</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:30%">30%</div>
</div>
</div>
<!-- banner section - years experience and project number -->
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<div class="w3-half w3-section">
<span class="w3-xlarge">27+</span><br>
Years Experience
</div>
<div class="w3-half w3-section">
<span class="w3-xlarge">n+1</span><br>
Projects Done
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container w3-padding-64" id="contact">
<h3 class="w3-center">Contact Me</h3>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<!-- Add Google Maps -->
<div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
</div>
<div class="w3-col m8 w3-panel">
<div class="w3-large w3-margin-bottom">
<i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Covington, KY<br>
<i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: 859.750.1953<br>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i></a> Email: [email protected]<br>
<a href="https://m2.fyi" target="_blank"><i class="fa fa-desktop fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i></a> Blog<br>
</div>
<p>Contact me and we can talk over a cup of <i class="fa fa-coffee"></i> or a pint of <i class="fa fa-beer"></i>.</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.facebook.com/mark.mcfadden" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://github.com/m2web" target="_blank"><i class="fa fa-github w3-hover-opacity"></i></a>
<a href="https://twitter.com/m2web" target="_blank"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/m2web/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
</footer>
<!-- Add Google Maps -->
<script>
function myMap()
{
myCenter=new google.maps.LatLng(39.081958, -84.508049);//home
var mapOptions= {
center:myCenter,
zoom:12, scrollwheel: false, draggable: false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDkMHk3Yh1AdoYUg9S61SJ5GDYzwY-epQw&callback=myMap"></script>
<!--
To use this code on your website, get a free API key from Google.
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
-->
</body>
</html>