mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Add minor copy edits & subscribe to blog form
This commit is contained in:
parent
94e37c7801
commit
98bce5bd13
2 changed files with 23 additions and 12 deletions
|
@ -49,8 +49,8 @@
|
|||
<div class="jumbotron-headline">
|
||||
<div class="jumbotron-headline-cell">
|
||||
<h1>Pet Clinic <br> A Spring Framework Demonstration</h1>
|
||||
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron Use it as a starting point to create something more unique.</p>
|
||||
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a></p>
|
||||
<p>A place to see your neighborhood pet owners</p>
|
||||
<p><a class="btn btn-primary btn-lg" href="#contact_details" role="button">Get started - It's Free!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -259,21 +259,21 @@
|
|||
<div class="container">
|
||||
<div class="jumbotron-headline">
|
||||
<div class="jumbotron-headline-cell">
|
||||
<h2>Make an appointment today.</h2>
|
||||
<h2>Over 40,000 pet owners trust us. Register now. It's <strong>Free</strong> forever!</h2>
|
||||
<p>Use it as a starting point to create something more unique.</p>
|
||||
<form class="form-inline">
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="clientName">Your Name</label>
|
||||
<input type="text" class="form-control input-lg" id="clientName" placeholder="Your Name">
|
||||
<input type="text" class="form-control input-lg" id="clientName" placeholder="Your name">
|
||||
</div><div class="form-group">
|
||||
<label class="sr-only" for="emailAddress">Email address</label>
|
||||
<input type="email" class="form-control input-lg" id="emailAddress" placeholder="Enter email">
|
||||
<label class="sr-only" for="emailAddress">Email Address</label>
|
||||
<input type="email" class="form-control input-lg" id="emailAddress" placeholder="Your email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="clientInquiry">Your Inquiry</label>
|
||||
<input type="text" class="form-control input-lg" id="clientInquiry" placeholder="Your Inquiry">
|
||||
<label class="sr-only" for="clientNumber">Contact Number</label>
|
||||
<input type="text" class="form-control input-lg" id="clientNumber" placeholder="Your contact number">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-lg">Get Started - Free Consultation!</button>
|
||||
<button type="submit" class="btn btn-primary btn-lg">Get Started - It's Free!</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -294,8 +294,15 @@
|
|||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
|
||||
</div><!-- /.col-lg-4 -->
|
||||
<div class="col-lg-4">
|
||||
<h3>Contact Us</h3>
|
||||
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
|
||||
<h3>Subscribe to our stories</h3>
|
||||
<form class="form-inline">
|
||||
<div class="form-group">
|
||||
<label class="sr-only">Email</label>
|
||||
<input type="email" class="form-control" id="inputPassword2" placeholder="Enter your email">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default">Submit</button>
|
||||
</form>
|
||||
<p><small>By clicking "Submit" I agree to Pet Clinic's Terms of Service.</small></p>
|
||||
</div><!-- /.col-lg-4 -->
|
||||
</div><!-- /.row -->
|
||||
</div>
|
||||
|
|
|
@ -93,7 +93,11 @@ body {
|
|||
|
||||
h2 {
|
||||
font-size: 36px;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
|
||||
strong {
|
||||
fotn-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.form-inline {
|
||||
|
|
Loading…
Reference in a new issue