<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, maximum-scale=1">
    <title>Adam Rudolph's Website | adamrudolph.com</title>
    <link rel="icon" href="favicon.png" type="image/png">
    <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
    <link href="css/style.css" rel="stylesheet" type="text/css">
    <link href="css/font-awesome.css" rel="stylesheet" type="text/css">
    <link href="css/animate.css" rel="stylesheet" type="text/css">
    <!--[if lt IE 9]>
    <script src="js/respond-1.1.0.min.js"></script>
    <script src="js/html5shiv.js"></script>
    <script src="js/html5element.js"></script>
    <![endif]-->
</head>

<body>
    <header id="header">
        <div id="head" class="parallax" parallax-speed="2" style="background-position: 50% 0px;">
            <div class="top_left_cont zoomIn wow animated" id="logo">
                <img class="img-circle" src="img/me.jpg" alt="">
                <div class="header_hello">
                    <h2 class="">Hello! I am Adam Rudolph <br/><strong>A Software Engineer based in St. Cloud, MN</strong></h2>
                    <a href="#contact" class="read_more2">Contact Me!</a>                
                </div>
            </div>
        </div>
    </header>

    <!--Header_section-->
    <header id="header_wrapper">
        <div class="container">
            <div class="header_box">
                <!--<div class="logo"><a href="#">Resume</a></div>-->
                <nav class="navbar navbar-inverse" role="navigation">
                    <div class="navbar-header">
                        <button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
                    </div>
                    <div id="main-nav" class="collapse navbar-collapse navStyle">
                        <ul class="nav navbar-nav" id="mainNav">
                            <li class="active"><a href="#header" class="scroll-link">Home</a></li>
                            <li><a href="#aboutUs" class="scroll-link">About Me</a></li>
                            <li><a href="#service" class="scroll-link">My Skills</a></li>
                            <!-- <li><a href="#Portfolio" class="scroll-link">Portfolio</a></li> -->
                            <li><a href="#experience" class="scroll-link">Experience</a></li>
                            <li><a href="#contact" class="scroll-link">Contact</a></li>
                        </ul>
                    </div>
                </nav>
            </div>
        </div>
    </header>
    <!--Header_section-->
    <section id="aboutUs">
        <!--Aboutus-->
        <div class="inner_wrapper about-us aboutUs-container fadeInLeft animated wow">
            <div class="container">
                <h2>About Me</h2>
                <h6>Daddy is my first job.  Software development is my day job.</h6>
                <div class="inner_section">
                    <div class="row">
                        <div class="col-md-6"> <img class="img-responsive" src="img/kids_in_duluth.jpg" align=""> </div>
                        <div class="col-md-6">
                            <h3>My Passion</h3>
                            <p>I love software development.  Every phase from discovering business opportunities to delivering the solution to customers.  The interactions between the business and IT are empowering, challenging and exciting.  Ensuring agile development teams are successful is my main focus.  From Product Management, Development to Testing, I have experience delivering valuable business products with strong technical solutions.  </p>
                            <ul class="about-us-list">
                                <li class="points">Agile methodology - incremental delivery, inspecting and adapting</li>
                                <li class="points">Whole team approach - crosstraining, team ownership of testing and quality</li>
                                <li class="points">Learning - frameworks, languages, tools</li>
                                <li class="points">Lean - Six Sigma, eliminating waste</li>
                                <li class="points">Quick delivery - prototyping, short feedback loop</li>
                            </ul>
                            <!-- /.about-us-list -->
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!--Aboutus-->
    <!--Service-->
    <section id="service">
        <div class="container">
            <h2>My Skills</h2>
            <h6>These are some of my strong areas</h6>
            <div class="service_wrapper">
                <div class="row">
                    <div class="col-md-3">
                        <div class="service_icon delay-03s animated wow  zoomIn"> <span><i class="fa fa-code"></i></span> </div>
                        <div class="service_block">
                            <h3 class="animated fadeInUp wow">Software Development</h3>
                            <p class="animated fadeInDown wow">Implement solutions by leveraging creative problem solving providing both technical and business value.</p>
                        </div>
                    </div>
                    <div class="col-md-3">
                        <div class="service_icon icon2  delay-03s animated wow zoomIn"> <span><i class="fa fa-desktop"></i></span> </div>
                        <div class="service_block">
                            <h3 class="animated fadeInUp wow">Software Testing</h3>
                            <p class="animated fadeInDown wow">Develop automated and manual test strategies focusing on efficiency and coverage. </p>
                        </div>
                    </div>
                    <div class="col-md-3">
                        <div class="service_icon icon3  delay-03s animated wow zoomIn"> <span><i class="fa fa-comment-o"></i></span> </div>
                        <div class="service_block">
                            <h3 class="animated fadeInUp wow">Communication</h3>
                            <p class="animated fadeInDown wow">Self-motivated, high energy team worker able to bridge technical and business resources. </p>
                        </div>
                    </div>
                    <div class="col-md-3">
                        <div class="service_icon icon3  delay-03s animated wow zoomIn"> <span><i class="fa fa-bar-chart"></i></span> </div>
                        <div class="service_block">
                            <h3 class="animated fadeInUp wow">Product Management</h3>
                            <p class="animated fadeInDown wow">Transform innovative ideas into successful products using structured process and data driven analytics. </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!--Service-->

    <!-- Portfolio -->
    <!--/Portfolio -->
    <section id="experience">
        <div class="container">
            <section id="news" class="white-bg padding-top-bottom">
                <div class="container">
                    <div class="timeline">
                        <div class="date-title">
                            <span><script type="text/javascript">document.write(new Date().getFullYear())</script></span>
                        </div>
                        <div class="row">
                            <div class="col-sm-6 news-item">
                                <div class="news-content">
                                    <h2 class="news-title">Capital One</h2>
                                    <span>Software Engineer</span>
                                    <p>Jan 2012 – present St. Cloud, MN</p>
                                    <p>Agile team member on several large projects in Home Loan and Small Business</p>
                                    <a class="read-more" href="#" data-toggle="modal" data-target="#experienceModal_1">Read More</a>
                                </div>
                            </div>
                        </div>
                        <div class="date-title">
                            <span>2012</span>
                        </div>
                        <div class="row">
                            <div class="col-sm-6 news-item right">
                                <div class="news-content">
                                    <h2 class="news-title">ING Direct (acquired by Capital One)</h2>
                                    <span>Software Tester</span>
                                    <p>February 2008 – December 2011 St. Cloud, MN</p>
                                    <p>Software tester focusing on service layer and UI automation</p>
                                    <a class="read-more" href="#" data-toggle="modal" data-target="#experienceModal_2">Read More</a>
                                </div>
                            </div>
                        </div>
                        <div class="date-title">
                            <span>2008</span>
                        </div>
                        <div class="row">
                            <div class="col-sm-6 news-item">
                                <div class="news-content">
                                    <h2 class="news-title">W3i</h2>
                                    <span>Product Manager</span>
                                    <p>January 2006 – October 2007 Sartell, MN</p>
                                    <p>Managed main product for business from requirements to delivery</p>
                                    <a class="read-more" href="#" data-toggle="modal" data-target="#experienceModal_3">Read More</a>
                                </div>
                            </div>
                        </div>
                        <div class="date-title">
                            <span>2006</span>
                        </div>
                        <div class="row">
                            <div class="col-sm-6 news-item right">
                                <div class="news-content">
                                    <h2 class="news-title">W3i</h2>
                                    <span>Account Executive</span>
                                    <p>August 2004 – January 2006 Sartell, MN</p>
                                    <p>Managed national customer accounts for multiple product lines</p>
                                    <a class="read-more" href="#" data-toggle="modal" data-target="#experienceModal_4">Read More</a>
                                </div>
                            </div>
                        </div>
                        <div class="date-title">
                            <span>2004</span>
                        </div>
                        <div class="row">
                            <div class="col-sm-6 news-item">
                                <div class="news-content">
                                    <h2 class="news-title">VoyageurWeb</h2>
                                    <span>Web Programmer</span>
                                    <p>July 2003 - August 2004 Mankato, MN</p>
                                    <p>Created custom websites for small businesses and government agencies</p>
                                    <a class="read-more" href="#" data-toggle="modal" data-target="#experienceModal_5">Read More</a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
        </div>
    </section>
    <!--Footer-->
    <footer class="footer_wrapper" id="contact">
        <div class="container">
            <section class="page_section contact" id="contact">
                <div class="contact_section">
                    <h2>Contact Me</h2>
                    <!-- <h6>Lorem ipsum dolor sit amet, consectetur Morbi sagittis, sem quisci ipsum</h6> -->
                </div>
                <div class="row">
                    <div class="col-lg-3 wow fadeInLeft">
                        <div class="contact_info">
                            <div class="detail">
                                <h4>Snail Mail</h4>
                                <p>811 7th Ave N<BR/>Sartell, MN USA</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-3 wow fadeInLeft">
                        <div class="contact_info">        
                            <div class="detail">
                                <h4>Call me</h4>
                                <p><a href="tel:+13202419080">320-241-9080</a></p>
                            </div>
                        </div>
                    </div>                            
                    <div class="col-lg-3 wow fadeInLeft">
                        <div class="contact_info">        
                            <div class="detail">
                                <h4>Email me</h4>
                                <!-- TODO: mailto link -->
                                <p><a href="mailto:adam@adamrudolph.com">adam@adamrudolph.com</a></p>
                            </div>
                        </div>
                    </div>     
                    <div class="col-lg-3 wow fadeInLeft">
                        <div class="social_links">   
                            <div class="detail">
                                <h4>Social</h4>
                                <ul class="social_links">
                                    <li class="twitter animated bounceIn wow delay-02s"><a href="http://twitter.com/adamrudolph" target="_blank"><i class="fa fa-twitter"></i></a></li>
                                    <li class="pinterest animated bounceIn wow delay-04s"><a href="http://www.linkedin.com/in/adamrudolph" target="_blank"><i class="fa fa-linkedin"></i></a></li>
                                </ul>               
                            </div> 
                        </div>
                    </div>
<!--                     <div class="col-lg-8 wow fadeInLeft delay-06s">
                        <div class="form">
                            <input class="input-text" type="text" name="" value="Your Name *" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;">
                            <input class="input-text" type="text" name="" value="Your E-mail *" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;">
                            <textarea class="input-text text-area" cols="0" rows="0" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;">Your Message *</textarea>
                            <input class="input-btn" type="submit" value="send message">
                        </div>
                    </div> -->
                </div>
            </section>
        </div>
    </footer>
    <div class="modal fade" id="experienceModal_1" tabindex="-1" role="dialog" aria-labelledby="experienceModal_1">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">Software Engineer @ Capital One</h4>
                </div>
                <div class="modal-body">
                    <ul>
                        <li>Design, develop, test and maintain web applications using Spring Framework ­ MVC &amp; Webflow </li>
                        <li>Develop responsive website using AngularJS</li>
                        <li>Provide onboarding support and mentoring for developers</li>
                        <li>Review implentation design and testing strategy with testing team members</li>
                        <li>Champion for Agile/Scrum methodology</li>
                        <li>Led 2 scrum teams through grooming practices best practices discussions</li>
                        <li>Troubleshoot development and production environment issues</li>
                        <li>Designed and developed Test Portal web application which is being rolled out corporate wide.</li>
                        <li>Work closely with business stakeholders, business analysts, and product owners to develop implementation plans</li>
                        <li>Orchestrated migration from SVN to Git</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="modal fade" id="experienceModal_2" tabindex="-1" role="dialog" aria-labelledby="experienceModal_2">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">Software Tester @ ING Direct</h4>
                </div>
                <div class="modal-body">
                    <ul>
                        <li>Developed automated testing strategies and plans for projects</li>
                        <li>Provided mentoring and direction to other Test Analysts</li>
                        <li>Lead implementation of automated testing strategy using a Test Driven Development approach</li>
                        <li>Performed manual functional, service layer and unit level testing as needed</li>
                        <li>Fleshed out requirements by researching applications, use cases or backoffice documentation</li>
                        <li>Identified and evaluated tools to support the testing function executing proof of concepts</li>
                        <li>Facilitated weekly meetings for testing department's Community of Practice</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="modal fade" id="experienceModal_3" tabindex="-1" role="dialog" aria-labelledby="experienceModal_3">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">Product Manager @ W3i</h4>
                </div>
                <div class="modal-body">
                    <ul>
                        <li>Managed main product line for an online marketing company which provided geographical, demographical and behavioral targeted advertising campaigns </li>
                        <li>Analyzed and monitored key performance indicators for software product using custom reports, data warehouse and raw database data </li>
                        <li>Researched and developed of the following artifacts: competitive analysis, industry analysis, market requirements document (MRD), product requirements document (PRD), product roadmap </li>
                        <li>Developed and delivered business and technical requirements, use cases and acceptance tests to development teams</li>
                        <li>Managed backlog of work for windows application, web application and business intelligence teams</li>
                        <li>Provided quality assurance and user acceptance testing during development cycle</li>
                        <li> Created documentation for internal &amp; external users </li>
                        <li>Met daily with development teams to monitor release progress </li>
                        <li>Acted as central communication hub between Sales, Marketing, Media Buying, Accounting, and IT </li>
                        <li>Managed workflow and project prioritization for Marketing Specialists</li>
                        <li>Led the integration of 3rd party web analytic tools</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="modal fade" id="experienceModal_4" tabindex="-1" role="dialog" aria-labelledby="experienceModal_4">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">Account Executive @ W3i</h4>
                </div>
                <div class="modal-body">
                    <ul>
                        <li>Responsible for all business development </li>
                        <li>Managed multi­million dollar accounts for clients across the country </li>
                        <li>Created and implemented training program for new employees </li>
                        <li>Managed workflow and development resources responsible for customer related projects </li>
                        <li>Managed data integration implementations with customers</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="modal fade" id="experienceModal_5" tabindex="-1" role="dialog" aria-labelledby="experienceModal_5">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">Web Programmer @ VoyageurWeb</h4>
                </div>
                <div class="modal-body">
                    <ul>
                    <li>Developed time estimates and project timelines for Project Manager </li>
                    <li>Designed, implemented and tested custom web applications for clients </li>
                    <li>Created and maintained Postgres databases</li>
                    <li>Maintained legacy PHP applications </li>
                    <li>Provided phone and onsite support for clients</li>
                    <li>Performed web server benchmarking analysis</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="js/bootstrap.min.js"></script>
    <script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
    <script type="text/javascript" src="js/jquery.nav.js"></script>
    <script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
    <script type="text/javascript" src="js/jquery.isotope.js"></script>
    <script src="js/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
    <script type="text/javascript" src="js/wow.js"></script>
    <script type="text/javascript" src="js/custom.js"></script>

    <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-1585726-9', 'auto');
  ga('send', 'pageview');

</script>
</body>

</html>
