-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (100 loc) · 4.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio - ASP.NET C# Web Developer - Aaron Rowan Charlotte NC</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="header">
<ul id="navList">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</div>
<div id="subheader-container">
<div id="subheader">
<img src="./images/headline.jpg" alt="Simple" width="500px">
</div>
</div>
<div id="main-container">
<div id="main">
<h1>Developing Applications to Solve Problems since 2003</h1>
<hr>
<div id="content">
<h2> Areas of Expertise </h2>
<div class="featuredItem">
<a class="img" href="https://www.visualstudio.com/" target="_blank"><img class="tags" src="./images/VS tag2.png" alt=".NET Development using Visual Studio 2015"></a>
<div class = "itemText">
<h3>.NET Development using Visual Studio 2015<span class="bodyText">Visual Studio 2015 is a development environment developed by Microsoft to simplify creation of .NET powered websites and applications. </span> </h3>
<a href="https://www.visualstudio.com/" target="_blank">More Information...</a>
</div>
</div>
<div class="featuredItem">
<a class="img" href="www.microsoft.com/en-us/server-cloud/products/sql-server/" target="_blank"> <img class="tags" src="./images/sql-server-2016.jpg" alt="SQL Server 2016"></a>
<div class = "itemText">
<h3>SQL Server 2016<span class="bodyText">SQL Server 2016 is a database server and environment developed by Microsoft to support websites and applications.</span>
</h3>
<a href="https://info.microsoft.com/Introducing-SQL-Server-2016-eBook-2.html" target="_blank">More Information...</a>
</div>
</div>
<div class="featuredItem">
<a class="img" href="http://api.jquery.com/jquery.ajax/" target="_blank"> <img class="tags" src="./images/asp-net-ajax_small.png" alt="ASP.NET"></a>
<div class = "itemText">
<h3>ASP.Net AJAX<span class="bodyText">ASP.NET AJAX (Asynchronous JavaScript And XML is provided by the latest versions of ASP.NET to simply the process of creating AJAX-enabled websites and web applications.</span>
</h3>
<a href="https://developer.mozilla.org/en-US/docs/AJAX" target="_blank">More Information...</a>
</div>
</div>
<div class="featuredItem">
<a class="img" href="https://jquery.com/" target="_blank"> <img class="tags" src="./images/jquery_logo.png" alt="jQuery"></a>
<div class = "itemText">
<h3>jQuery<span>A cross-browser JavaScript framework developed to simplify the creation of interactive and rich user experiences. There are many plugins available and I have written a few jQuery plugins to enhance the ASP.NET AJAX development process.</span>
</h3>
<a href="http://jquery.com/" target="_blank">More Information...</a>
</div>
</div>
<div class="featuredItem">
<a class="img" href="http://getbootstrap.com/" target="_blank"> <img class="tags" src="./images/bootstrap-3.jpg" alt="Bootstrap"></a>
<div class = "itemText">
<h3>Bootstrap<span>Designed to make ensure your web application will look beautiful on any size screen. Used on 1000's of popular sites, Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</span>
</h3>
<a href="http://getbootstrap.com/" target="_blank">More Information...</a>
</div>
</div>
</div>
<div id="connect">
<h4>Connect with Me</h4>
<a href="https://www.linkedin.com/in/aaron-rowan-35a57320" target="_blank"><img class="tags" src="./images/social_linked_in.png" id="SideBarPlaceHolder_sidebar1_imgLinkedIn" /></a>
</div>
</div>
</div>
<div id="subfooter">
<div id="subfooter-content">
<div id="about">
<h3>About Me</h3>
<p>My Name is Aaron Rowan. I am a web developer and programmer in the Charlotte, NC area. I work mostly in Microsoft .NET technologies such as C#, VB, ASP.NET to create applications. I am also familiar with JavaScript, jQuery, CSS, SQL Server, and AJAX.</p>
</div>
<div id="connectSmall">
<h4>Connect with Me</h4>
<a href="https://www.linkedin.com/in/aaron-rowan-35a57320" target="_blank"><img src="./images/social_linked_in.png" id="SideBarPlaceHolder_sidebar1_imgLinkedIn" /></a>
</div>
<div id="usefulLinks">
<h4>Useful Links:
<ul id="usefulLinkList">
<li><a href="https://www.pexels.com/" alt="">Pexels</a></li>
<li><a href="https://www.google.com/fonts" alt="">Google Fonts</a></li>
<li><a href="http://fontawesome.io/cheatsheet/" alt="">Font Awesome</a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div id="footer-content">
<p>Copyright © Aaron Rowan. All Rights Reserved.</p>
</div>
</div>
</body>
</html>