-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (194 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118923142-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118923142-1');
</script>
<!-- Meta data -->
<meta name="google-site-verification" content="b5AERfiM-uaMyBN_Q50ezwDMFnK5ayHMGI98fsjv2wQ" />
<meta name="Description" content="A list of Modern VBA Functions that were created by Robert Todar, that includes code for distribution, to Arrays that work similar to JavaScript, to userforms that have a material design look and interaction.">
<meta name="author" content="Robert Todar">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="theme-color" content="#81c784"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- links -->
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<link rel="manifest" href="/manifest.json">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link href="css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<title>Robert Todar | Modern VBA</title>
</head>
<body>
<!-- Navbar section -->
<div id="modern-vba" class="scrollspy"></div>
<div class="navbar-fixed">
<nav class="nav-extended white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo grey-text text-darken-1">Todar</a>
<a href="#" data-target="mobile-sidebar" class="sidenav-trigger blue-text"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down ">
<li><a target="_blank" rel="noopener" title="Robert Todar's Stack Overflow Page" class="grey-text text-darken-1" href="https://stackoverflow.com/story/roberttodar"><i class="fa-2x fab fa-stack-overflow"></i></a></li>
<li><a target="_blank" rel="noopener" title="Robert Todar's Github Page"class="grey-text text-darken-1" href="https://github.com/todar"><i class="fa-2x fab fa-github"></i></a></li>
</ul>
</div>
<div class="nav-content container">
<ul class="tabs">
<li class="tab"><a class="grey-text text-darken-1 active" href="#modern-vba">Modern VBA</a></li>
<li class="tab"><a class="grey-text text-darken-1" href="#arrays">Arrays</a></li>
<li class="tab"><a class="grey-text text-darken-1" href="#material-design">Material Design</a></li>
<li class="tab"><a class="grey-text text-darken-1" href="#version-control">Version Control</a></li>
</ul>
</div>
</nav>
</div>
<!-- Sidebar section -->
<ul id="mobile-sidebar" class="sidenav">
<li><a class="subheader">Connect With Robert Todar</a></li>
<li><div class="divider"></div></li>
<li><a class="waves-effect waves-green grey-text text-darken-1" href="https://github.com/todar"><i class="test fa-2x fab fa-github"></i><span>GitHub</span></a></li>
<li><a class="waves-effect waves-green grey-text text-darken-1" href="https://stackoverflow.com/story/roberttodar"><i class="fa-2x fab fa-stack-overflow"></i><span>Stack Overflow</span></a></li>
<li><a class="waves-effect waves-green grey-text text-darken-1" href="https://www.linkedin.com/in/robert-todar/"><i class="fa-2x fab fa-linkedin"></i><span>Linkedin</span></a></li>
<li><a class="waves-effect waves-green grey-text text-darken-1" href="https://plus.google.com/+RobertTodar"><i class="fa-2x fab fa-google-plus"></i><span>Google+</span></a></li>
<li><a class="waves-effect waves-green grey-text text-darken-1" href="https://www.facebook.com/rtodar"><i class="fa-2x fab fa-facebook"></i><span>Facebook</span></a></li>
</ul>
<!-- Showcase section -->
<div class="section" id="index-banner">
<div class="container">
<div class="row">
<div class="col s12 l4 push-l7">
<h3 class="header light grey-text text-darken-2">Improve software development using modern VBA</h3>
<div class="row">
<p class="header col s12 grey-text text-darken-1 light">These VBA Tools were developed to help bring VBA to the modern age, that allows for rapid development of software. It also allows you to have an ease of use with multiple users working on the same projects.</p>
<a target="_blank" rel="noopener" href="https://github.com/todar" id="download-button" class="btn-large hoverable waves-effect waves-light green">Get Started</a>
</div>
</div>
<div class="col s12 l6 pull-l4">
<img style="width:700px; margin-top: 50px" class="responsive-img" src="images/modern-vba.jpg" alt="modern vba">
</div>
</div>
</div>
</div>
<!-- Array Section -->
<div id="arrays" class="scrollspy"></div>
<div class="main-sections light-blue">
<div class="container">
<div class="row">
<div class="col m12 l4 left">
<div class="icon-block">
<a href="https://github.com/todar/VBA-Arrays">
<h2 class="center white-text light"><i class="material-icons">font_download</i></h2>
<h5 class="center white-text light">Array Object</h5>
</a>
<p class="white-text light">In VBA, arrays are extremely important for every day tasks, yet there aren't many built in functions that support arrays. The Array Object Class was created to make arrays similiar to other modern day languages such as Javascript. Additionally, it adds functionality for two dimensional arrays!</p>
</div>
</div>
<div class="col m12 l6 right">
<img class="responsive-img" src="/images/array.png" alt="VBA Modern Arrays">
</div>
</div>
</div>
</div>
<!-- Material Section -->
<div id="material-design" class="scrollspy"></div>
<div class="main-sections blue-grey lighten-5">
<div class="container">
<div class="row">
<div class="col m12 l4 right">
<div class="icon-block">
<a target="_blank" rel="noopener" href="https://github.com/todar/VBA-Materialize">
<h2 class="center light-blue-text text-lighten-2"><i class="material-icons">color_lens</i></h2>
<h5 class="center grey-text text-darken-4">Material Design</h5>
</a>
<p class="light">I have come to really like the material design (hence this page is designed with materialize). Well I took that design, and have created two class modules that are able to make userforms have a similar look and feel. It also add tools to make validation simple.</p>
</div>
</div>
<div class="col m12 l6 left">
<img class="responsive-img" src="/images/material.gif" alt="VBA Material Design">
</div>
</div>
</div>
</div>
<!-- Distribution Section -->
<span id="version-control" class="scrollspy"></span>
<div class="main-sections">
<div class="container">
<div class="row">
<div class="col m12 l4 left">
<div class="icon-block">
<a target="_blank" rel="noopener" href="https://github.com/todar/VBA-Version-Control">
<h2 class="center light-blue-text text-lighten-2"><i class="material-icons">group</i></h2>
<h5 class="center grey-text text-darken-4">Version Control</h5>
</a>
<p class="light">Keeping track of VBA, making changes to it, and sharing it with others is a pain — so I started to create a version control module that helps with this. This is a work in progress, but worth checking into!</p>
</div>
</div>
<div class="col m12 l6 right">
<img class="responsive-img" src="/images/distribution.jpg" alt="VBA Version Control">
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="page-footer grey darken-3">
<div class="container">
<div class="row">
<!-- Bio -->
<div class="col l6 s12">
<h5 class="grey darken-3">Bio</h5>
<p class="light grey-text text-lighten-1">Software developer with over 6 years of experience within a corporate environment. Highly skilled in advanced VBA within Microsoft Excel — have created a full scale VBA application that saves over 46,000 labor hours a year. Created over 70 business critical SQL queries within DB2 and Oracle. Very knowledgeable with web development as well, especially with functional JavaScript — experienced with React and Svelte frameworks. Well versed and comfortable in writing Python; however, with limited experience. Located in Phoenix, AZ.</p>
</div>
<!-- Repositories -->
<div class="col l3 s12">
<h5 class="grey darken-3">Repositories</h5>
<ul>
<li><a class="light-blue-text footer-link" target="_blank" rel="noopener" title="Github page for Array Object" href="https://github.com/todar/VBA-Arrays">Array Object</a></li>
<li><a class="light-blue-text footer-link" target="_blank" rel="noopener" title="Github page for VBA-Version-Control" href="https://github.com/todar/VBA-Version-Control">Version Control</a></li>
<li><a class="light-blue-text footer-link" target="_blank" rel="noopener" title="Github page for VBA Material Design" href="https://github.com/todar/VBA-Materialize">Material Design</a></li>
<li><a class="light-blue-text footer-link" target="_blank" rel="noopener" title="Github page for Robert's list of VBA Functions" href="https://github.com/todar/VBA-Functions">Function Library</a></li>
</ul>
</div>
<!-- Connection -->
<div class="col l3 s12">
<h5>Connect</h5>
<a class="blue-text" target="_blank" rel="noopener" title="Robert Todar's Github Page" href="https://github.com/todar"><i class="fa-4x fab fa-github"></i></a>
<a class="blue-text" target="_blank" rel="noopener" title="Robert Todar's Stack Overflow Page" href="https://stackoverflow.com/story/roberttodar"><i class="fa-4x fab fa-stack-overflow"></i></a>
<a class="blue-text" target="_blank" rel="noopener" title="Robert Todar's Linkedin Page" href="https://www.linkedin.com/in/robert-todar/"><i class="fa-4x fab fa-linkedin"></i></a>
<a class="blue-text" target="_blank" rel="noopener" title="Robert Todar's Google+ Page" href="https://plus.google.com/+RobertTodar"><i class="fa-4x fab fa-google-plus"></i></a>
<a class="blue-text" target="_blank" rel="noopener" title="Robert Todar's Facebook Page" href="https://www.facebook.com/rtodar"><i class="fa-4x fab fa-facebook-square"></i></a>
</div>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright">
<div class="container grey-text text-lighten-1">
Designed using <a target="_blank" rel="noopener" class="blue-text text-lighten-2" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="js/materialize.min.js"></script>
<script src="js/init.js"></script>
<script type="application/ld+json">
{
"@type": "VBA",
"Author": "Robert Todar",
"description": "Modern VBA Functions"
}
</script>
<script>
if('serviceWorker' in navigator) {
navigator.serviceWorker
.register('/sw.js')
.then(function() { console.log("Service Worker Registered"); });
}
</script>
</body>
</html>