Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blgorman36 committed Jul 4, 2017
0 parents commit eb7db75
Show file tree
Hide file tree
Showing 21 changed files with 856 additions and 0 deletions.
97 changes: 97 additions & 0 deletions About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Major Guidance Solutions is a training and web-consulting company. We build websites, custom solutions, and training courses" />
<title>Major Guidance Solutions - Sample Website for Training Courses</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<!--<link href="css/bootstrap.min.css" rel="stylesheet"/>-->
<!--<link href="css/bootstrap-theme.min.css" rel="stylesheet"/>-->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet"/>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://www.majorguidancesolutions.com" class="navbar-brand">
<img src="http://lorempixel.com/150/30/" title="Your company Logo" alt="A company Logo" height="30px"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menu-item dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Our Services</a>
<ul class="dropdown-menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="details.html">Another Page</a></li>
</ul>
</li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="About.html">About</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<div class="row-fluid">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="about-text">
<h1>About Page</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>
Bacon ipsum dolor amet officia pork chop hamburger, esse turkey pariatur do non fatback jowl ball tip boudin aliqua. Minim aliqua dolore
biltong, ham hock short loin sausage ball tip prosciutto nostrud turkey irure ground round landjaeger. Tenderloin labore dolore kevin sausage
biltong. Enim salami est pastrami filet mignon. Brisket id sirloin sunt. Shoulder pork belly aliqua magna sunt meatloaf fugiat velit
kevin commodo esse meatball laboris pig quis. Jerky spare ribs burgdoggen proident.
</p>
<p>
Adaptogen aesthetic VHS blog williamsburg, lumbersexual fingerstache cloud bread laboris flannel before they sold out banjo pok pok tbh schlitz.
Elit anim selfies officia tumblr. Pop-up bitters portland butcher waistcoat blue bottle. Cloud bread flexitarian squid vinyl eiusmod pickled cold-pressed.
Church-key subway tile XOXO unicorn, microdosing waistcoat YOLO ex truffaut single-origin coffee poutine. Retro culpa heirloom 90's.
Blog church-key health goth, before they sold out cupidatat farm-to-table tempor coloring book gastropub bitters four dollar toast echo park.
Kogi freegan do migas quis truffaut church-key sustainable in post-ironic. Sriracha cillum four dollar toast fashion axe man braid etsy
austin pickled offal. Letterpress sed banh mi hella four dollar toast mustache sustainable af cillum taxidermy sartorial. Neutra hashtag ad
cillum viral. Heirloom VHS lumbersexual aliqua. Man braid 90's brunch aliqua scenester iPhone blog deep v bespoke listicle drinking vinegar
intelligentsia. Seitan williamsburg cloud bread chicharrones irure af fam.
</p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="well">
<h4>Connect With Brian</h4>
<a href="https://www.linkedin.com/in/brianlgorman" target="_blank"><img src="images/linkedin.png" alt="Connect on Linked In" style="max-height:25px; max-width:25px;" /></a>
&nbsp;
<a href="https://twitter.com/blgorman" target="_blank"><img src="images/twitter.png" alt="Connect on Twitter" style="max-height:25px; max-width:25px;" /></a>
</div>
</div>
</div>
</div>
<hr />
<footer>
<p>&copy; 2017 - <a href="http://www.majorguidancesolutions.com">Major Guidance Solutions</a></p>
</footer>
</div>

<!-- Scripts -->
<!--<script src="js/lib/jquery-3.2.1.min.js" type="text/javascript"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--<script src="js/lib/bootstrap.min.js" type="text/javascript"></script>-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</body>
</html>
114 changes: 114 additions & 0 deletions ContactUs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Major Guidance Solutions is a training and web-consulting company. We build websites, custom solutions, and training courses" />
<title>Major Guidance Solutions - Sample Website for Training Courses</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<!--<link href="css/bootstrap.min.css" rel="stylesheet"/>-->
<!--<link href="css/bootstrap-theme.min.css" rel="stylesheet"/>-->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet"/>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://www.majorguidancesolutions.com" class="navbar-brand">
<img src="http://lorempixel.com/150/30/" title="Your company Logo" alt="A company Logo" height="30px" />
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menu-item dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Our Services</a>
<ul class="dropdown-menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="details.html">Another Page</a></li>
</ul>
</li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="About.html">About</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<div class="container">
<form id="contact_form" class="well form-horizontal" action="#" method="post" >
<div class="form-group">
<div class="col-md-4"></div>
<div class="col-md-4">
<h1>Contact Us Today!</h1>
</div>
<div class="col-md-4"></div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">Name</label>
<div class="col-md-4">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input name="txtName" placeholder="First and Last Name" class="form-control" type="text">
</div>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">E-Mail</label>
<div class="col-md-4">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span>
<input name="txtEmail" placeholder="E-Mail Address" class="form-control" type="text">
</div>
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label">Phone #</label>
<div class="col-md-4">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-phone-alt"></i></span>
<input name="txtPhone" placeholder="(987)654-3210" class="form-control" type="text">
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-4"></div>
<div class="col-md-4">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-comment"></i></span>
<textarea class="form-control" name="txtMessage" placeholder="Please enter your message here..."></textarea>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-4"></div>
<div class="col-md-4">
<label class="col-md-4 control-label"></label>
<div class="col-md-4">
<button type="submit" class="btn btn-warning">Send <span class="glyphicon glyphicon-envelope"></span></button>
</div>
</div>
</div>
</form>
</div>
</div>

<hr />
<footer>
<p>&copy; 2017 - <a href="http://www.majorguidancesolutions.com">Major Guidance Solutions</a></p>
</footer>

<!-- Scripts -->
<!--<script src="js/lib/jquery-3.2.1.min.js" type="text/javascript"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--<script src="js/lib/bootstrap.min.js" type="text/javascript"></script>-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</body>
</html>
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 majorguidancesolutions

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# FirstRepo
This is our first Repository
6 changes: 6 additions & 0 deletions css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
margin-top:40px;
}
59 changes: 59 additions & 0 deletions details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Major Guidance Solutions is a training and web-consulting company. We build websites, custom solutions, and training courses" />
<title>Major Guidance Solutions - Sample Website for Training Courses</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<!--<link href="css/bootstrap.min.css" rel="stylesheet"/>-->
<!--<link href="css/bootstrap-theme.min.css" rel="stylesheet"/>-->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet"/>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://www.majorguidancesolutions.com" class="navbar-brand">
<img src="http://lorempixel.com/150/30/" title="Your company Logo" alt="A company Logo" height="30px"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menu-item dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Our Services</a>
<ul class="dropdown-menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="details.html">Another Page</a></li>
</ul>
</li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="About.html">About</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">

<h1> Details Page with more content... </h1>

<hr />
<footer>
<p>&copy; 2017 - <a href="http://www.majorguidancesolutions.com">Major Guidance Solutions</a></p>
</footer>
</div>

<!-- Scripts -->
<!--<script src="js/lib/jquery-3.2.1.min.js" type="text/javascript"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--<script src="js/lib/bootstrap.min.js" type="text/javascript"></script>-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Loading

0 comments on commit eb7db75

Please sign in to comment.