I have two aside tags. One aside tag needs to be floated to the right, the other needs to be floated the left. They're both on the correct sides but the section won't let the asides go next to it, they are still below it.
Here's the html:
http://pastebin.com/BHtdYZfD
Here's the css:
http://pastebin.com/jhfLNNfS
Maybe, I left something out in the code. Any help would be greatly appreciated!
Here you go: just change the HTML-code a little bit like this:
<header>
<img src="town_hall_logo.gif" alt="Town Hall logo" height="80">
<hgroup>
<h1>San Joaquin Valley Town Hall</h1>
<h2>Celebrating our <span class="shadow">75<sup>th</sup></span> Year</h2>
</hgroup>
</header>
<aside class="aside2">
<h1>Event change for November 16</h1>
<p>SJV Town Hall is pleased to announce the addition of award-winning author Andrew Ross Sorkin.
The appearance of previously scheduled speaker, Greg Mortenson, has been postponed.</p>
</aside>
<aside>
<h1 id="speakers">2011-2012 Speakers</h1>
<h2>October 19, 2011<br>Jeffrey Toobin</h2>
<img src="toobin75.jpg" alt="Jeffrey Toobin photo">
<h2>November 16, 2011<br>Andrew Ross Sorkin</h2>
<img src="sorkin75.jpg" alt="Andrew Ross Sorkin photo">
<h2>January 18, 2012<br>Amy Chua</h2>
<img src="chua75.jpg" alt="Amy Chua photo">
<h2>February 15, 2012<br>Scott Sampson</h2>
<img src="sampson75.jpg" alt="Scott Sampson">
</aside>
<section>
<h1>Our Mission</h1>
<p>San Joaquin Valley Town Hall is a non-profit organization that is run by an all-volunteer board of directors. Our mission is to bring nationally and internationally renowned, thought-provoking speakers who inform, educate, and entertain our audience! As one or our members told us:</p>
<blockquote>“Each year I give a ticket package to each of our family members. I think of it as the gift of knowledge...and that is priceless.”</blockquote>
<h1>Speaker of the Month</h1>
<article>
<h1>Fossil Threads in the Web of Life</h1>
<img src="sampson_dinosaur.jpg" alt="Scott Sampson with Dinosaur">
<h2>February 15, 2012<br>Scott Sampson</h2>
<p>What's 75 million years old and brand spanking new? A teenage Utahceratops! Come to the Saroyan, armed with your best dinosaur roar, when Scott Sampson, Research Curator at the Utah Museum of Natural History, steps to the podium. Sampson's research has focused on the ecology and evolution of late Cretaceous dinosaurs and he has conducted fieldwork in a number of countries in Africa.</p>
<p>Read more. <b>Or meet us there!</b></p>
</article>
<h1>Our Ticket Packages</h1>
<ul>
<li>Season Package: $95</li>
<li>Patron Package: $200</li>
<li>Single Speaker: $25</li>
</ul>
</section><footer>
<p>© 2012, San Joaquin Valley Town Hall, Fresno, CA 93755</p>
</footer>
</body>
and then remove those CSS rules in section:
clear: left;
clear: both;
Related
How do you fix the size of the image in this code?
If you see it in my project,this is coming just in the middle of my footer,between the instagram icon nd my h6.
I also would like to ask some tips for the title,I find it bit boring,could you help me with this please guys!
How do you fix the size of the image in this code?
If you see it in my project,this is coming just in the middle of my footer,between the instagram icon nd my h6.
I also would like to ask some tips for the title,I find it bit boring,could you help me with this please guys!
<!DOCTYPE html>
<html>
<head>
<title>This is London</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei&display=swap" rel="stylesheet">
</head>
<body>
<div id="nav">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li>Getting around</li>
<li>About</li>
<li>Contact</li>
</ul>
</div> <!-- End of nav -->
<div id="header">
<div id="header-text">
<h2>
Visiting London has never been easier with these ideas.
</h2>
<p>The capital of the United Kingdom is a thriving multicultural metropolis. The contrast between the spectacular historic sights and the lively cultural scene makes a visit to London an interesting and exciting adventure. </p>
</div> <!-- End of header-text -->
</div> <!-- End of header -->
<div id="middle">
<div id="mid-text">
<h1>- Getting around in London -</h1>
<h5>One of the world's most visited cities, London has something for everyone: from history and culture to fine food and good times.</h5>
<p>Immersed in history, London's rich seams of eye-opening antiquity are everywhere. The city's buildings are striking milestones in a unique and beguiling biography, and a great many of them – the Tower of London, Westminster Abbey, Big Ben – are instantly recognisable landmarks. There’s more than enough innovation (the Shard, the Tate Modern extension, the Sky Garden) to put a crackle in the air, but it never drowns out London’s seasoned, centuries-old narrative. Architectural grandeur rises up all around you in the West End, ancient remains dot the City and charming pubs punctuate the historic quarters, leafy suburbs and river banks. Take your pick.
Art & Culture
A tireless innovator of art and culture, London is a city of ideas and the imagination. Londoners have always been fiercely independent thinkers (and critics), but until not so long ago people were suspicious of anything they considered avant-garde. That’s in the past now, and the city’s creative milieu is streaked with left-field attitude, whether it's theatrical innovation, contemporary art, pioneering music, writing, poetry, architecture or design. Food is another creative arena that has become a tireless obsession in certain circles.
Diversity
This city is deeply multicultural, with one in three Londoners foreign-born, representing 270 nationalities and 300 tongues. The UK may have voted for Brexit (although the majority of Londoners didn't), but for now London remains one of the world's most cosmopolitan cities, and diversity infuses daily life, food, music and fashion. It even penetrates intrinsically British institutions; the British Museum and Victoria & Albert Museum have collections as varied as they are magnificent, while the flavours at centuries-old Borough Market run the full global gourmet spectrum.
A Tale of Two Cities
London is as much about wide-open vistas and leafy landscape escapes as it is high-density, sight-packed urban exploration. Central London is where the major museums, galleries and most iconic sights congregate, but visit Hampstead Heath or the Queen Elizabeth Olympic Park to flee the crowds and frolic in wide open green expanses. You can also venture further out to Kew Gardens, Richmond or Hampton Court Palace for beautiful panoramas of riverside London followed by a pint in a quiet waterside pub.</p>
<div id="img-mid">
<a href="https://goo.gl/maps/PSDhvQ25fRZBqWHC8" target="_blank">
<img src="images/Feature-images.jpg" alt="Map">
</a>
</div><!-- End of img-mid -->
</div> <!-- End of mid-text -->
</div> <!-- End of middle -->
<div id="footer">
<div class="credits">
<div class="credits_left">
<h6> Designed by Alba Heidari</h6>
</div>
<div class="credits_right"><img src="https://www.arct.cam.ac.uk/images/instagram-icon/image" class="social_icon">
</div>
</div> <!-- End of footer -->
</body>
</html>
Add this to your css file:
#img-mid{
height: 300px;
width: 300px;
}
#img-mid img{
max-width: 100%;
max-height: 100%;
min-height: 100%;
min-width: 100%;
object-fit: cover;
}
This is my first time making a website and I can't seem to get my bookmark link "upcoming events" to work in my other page. It only works in the home page. Here is the code in my home page:
<nav>
<b>
Home
Rides
Info
Order
Upcoming Events
Related News
</b>
</nav>
<hr>
<h2>About Us</h2>
<p>Fun is always in season at Busch Gardens ® Williamsburg in Virginia. From thrilling coasters and kid-friendly attractions to world-class dining and shows, there’s something for the whole family.<br>
Busch Gardens is one of the my favorite amusment parks because of their setup. It's wonderful to be in the 'Germany' part of the park in one moment and then the "Roman" part the next! </p>
<hr>
<h3 id="UpcomingEvents">Upcoming Events</h3>
<p>Das Festhaus: March 31<br>
Britmania: June 30<br>
Summer Nights: July 1 - August 31<br>
Howl-O-Scream: September 23 - October 29</p>
<hr>
<h4 id="RelatedNews">Related Park News</h4>
<!-- include your links here -->
<p>Food and Wine Festival</p>
<p>Kidsiderate</p>
<p>Christmas Town</p>
And this is the code for my order page:
Home
Rides
Info
Order
Upcoming Events
Related News
<hr>
<h2>Order Information</h2>
<p>Our online ordering page is down currently. Please check back later in a few weeks.</p>
</body>
Based on the information you provided, the link on the non-working html should be changed to:
Upcoming Events
I deleted footer code from the HTML file. However, when I run the HTML file, I still see the footer being displayed in the browser.
Could this be because I did not clear the web browser cache?
Please find below the HTML file and screenshot of web browser:
HTML file
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Charles Darwin - biography</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
<link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="Darwin.css"/>
</head>
<body>
<header>
<h1>Charles Darwin</h1>
<h3>(biography)</h3>
</header>
<section class="container">
<section class="jumbotron">
<div class="row">
<figure class="col-sm-5 сol-sm-7">
<img class="img-responsive center-block" src="image/Charles-Darwin.jpg" alt="CharlesDarwin" />
<figcaption>Biologist, Scientist (1809–1882)</figcaption>
<p class="desc">
<span class="dec3"> QUICK FACTS </span> <br><br>
<span class="dec"> FULL NAME </span> <br>
<span class="dec2">Charles Robert Darwin </span> <br>
<span class="dec"> BIRTH DATE </span> <br>
<span class="dec2">February 12, 1809 </span> <br>
<span class="dec"> DEATH DATE </span> <br>
<span class="dec2">April 19, 1882 </span> <br>
<span class="dec"> PLACE OF BIRTH </span> <br>
<span class="dec2">Shrewsbury, England </span> <br>
<span class="dec"> PLACE OF DEATH </span> <br>
<span class="dec2">Downe, England </span> <br>
<span class="dec"> EDUCATION </span> <br>
<span class="dec2">University of Edinburgh, Cambridge </span> </p>
</figure>
<figure>
<p><b>Synopsis</b></p>
<p>Naturalist Charles Darwin was born in Shrewsbury, England, on February 12, 1809. In 1831, he embarked on a five-year survey voyage around the world on the HMS Beagle. His studies of specimens around the globe led him to formulate his theory of evolution and his views on the process of natural selection. In 1859, he published On the Origin of Species. He died on April 19, 1882, in London.</p>
<blockquote class="blockquote-reverse"><i>“A man who dares to waste one hour of time has not discovered the value of life.”
<br>-Charles Darwin</i></blockquote>
<p><b>Early Life</b></p>
<p>Naturalist Charles Robert Darwin was born on February 12, 1809, in the tiny merchant town of Shrewsbury, England. He was the second youngest of six children. Darwin came from a long line of scientists. His father, Dr. R.W. Darwin, was as a medical doctor, and his grandfather, Dr. Erasmus Darwin, was a renowned botanist. Darwin’s mother, Susanna, died when he was only 8 years old. Darwin was a child of wealth and privilege who loved to explore nature.In October 1825, at age 16, Darwin enrolled at Edinburgh University along with his brother Erasmus. Two years later, Charles Darwin became a student at Christ's College in Cambridge. His father hoped he would follow in his footsteps and become a medical doctor, but the sight of blood made Darwin queasy. His father suggested he study to become a parson instead, but Darwin was far more inclined to study natural history.</p> <br>
<p><b>Voyage on the HMS Beagle</b></p>
<p>While Darwin was at Christ's College, botany professor John Stevens Henslow became his mentor. After Darwin graduated Christ's College with a bachelor of arts degree in 1831, Henslow recommended him for a naturalist’s position aboard the HMS Beagle. The ship, commanded by Captain Robert FitzRoy, was to take a five-year survey trip around the world. The voyage would prove the opportunity of a lifetime for the budding young naturalist.
<br>
On December 27, 1831, the HMS Beagle launched its voyage around the world with Darwin in tow. Over the course of the trip, Darwin collected a variety of natural specimens, including birds, plants and fossils. Through hands-on research and experimentation, he had the unique opportunity to closely observe principles of botany, geology and zoology. The Pacific Islands and Galapagos Archipelago were of particular interest to Darwin, as was South America.
<br>
Upon his return to England in 1836, Darwin began to write up his findings in the Journal of Researches, published as part of Captain FitzRoy's larger narrative and later edited into the Zoology of the Voyage of the Beagle. The trip had a monumental affect on Darwin’s view of natural history. He began to develop a revolutionary theory about the origin of living beings that was contrary to the popular view of other naturalists at the time.</p>
<p><b>Theory of Evolution</b></p>
<p>Darwin's exposure to specimens all over the globe raised important questions. Other naturalists believed that all species either came into being at the start of the world, or were created over the course of natural history. In either case, the species were believed to remain much the same throughout time. Darwin, however, noticed similarities among species all over the globe, along with variations based on specific locations, leading him to believe that they had gradually evolved from common ancestors. He came to believe that species survived through a process called "natural selection," where species that successfully adapted to meet the changing requirements of their natural habitat thrived, while those that failed to evolve and reproduce died off.</p>
<br>
<p>In 1858, after years of further scientific investigation, Darwin publically introduced his revolutionary theory of evolution in a letter read at a meeting of the Linnean Society. On November 24, 1859, he published a detailed explanation of his theory in his best-known work, <i> On the Origin of Species by Means of Natural Selection.</i></p>
<p><b>Death and Legacy</b></p>
<p>Following a lifetime of devout research, Charles Darwin died at his family home, Down House, in London, on April 19, 1882, and was buried at Westminster Abbey. During the next century, DNA studies revealed evidence of his theory of evolution, although controversy surrounding its conflict with Creationism—the religious view that all of nature was born of God—still abounds today.</p>
</figure>
<div class="row">
<figure class="col-sm-3 col-sm-6 col-sm-3 ">
</figure>
<figure class="col-sm-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="100%" height="100%" src="https://www.youtube.com/embed/A0VnuhHq5m0" frameborder="0" allowfullscreen></iframe>
</div>
</figure>
</div>
</section>
</section>
</body>
</html>
Screenshot of the HTML file as rendered in the web browser
I have this link: site
As you can see in the picture below. elements are not arranged in line
http://i62.tinypic.com/xyfeu.jpg
I tried to add this code #content > ul > div:nth-child(2) > li:nth-child(5) {margin-top:-21px;} but then spoil this page:
link
CODE HTML:
<div>
<li class="block first-post">
<img src="http://www.dg-design.ch/wp-content/uploads/2014/10/RT-Port11-436x272.jpg" class="attachment-vantage-grid-loop wp-post-image" alt="RT_Port1">
<h3>Reliance Trust</h3><br><p class="italic">May 8, 2015</p>
<p></p><div>
<p style="text-align: justify;">As you all probably know the area of Geneva is dominated by banking and financial environments. We have recently joined this group through our new project for a financial institution in Geneva:<span class="Apple-converted-space"> </span>Reliance Trust Group.</p>
</div>
<div style="text-align: justify;">
Reliance Trust, a newly established trust company provides financial advice both for corporate and private clients. Their range of services is very wide and their p...<p></p>
</div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/IF-Port-200x200.jpg" class="attachment-blog wp-post-image" alt="IF_Port">
<h3>In Finé Traiteur an...</h3><br>
<p class="italic"> April 8, 2015</p>
<p></p><div>
<p style="text-align: justify;">For the first time we went into...</p>
</div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2014/10/HG-Port2-200x200.png" class="attachment-blog wp-post-image" alt="HG_Port2">
<h3>Home. Global...</h3><br>
<p class="italic"> February 14, 2015</p>
<p></p><p style="text-align: justify;">If you are looking for a place away fr...</p>
</li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/FT-Port-Beh-Brochure14-Inside1-200x200.jpg" class="attachment-blog wp-post-image" alt="FT_Port-Beh_Brochure14-Inside">
<h3>New brochures for fo...</h3><br>
<p class="italic"> February 2, 2015</p>
<p></p><div>
<div>After successfully designing forimtech's brochure last yea...<p></p>
</div></div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/IMG-6320-Edit-200x200.jpg" class="attachment-blog wp-post-image" alt="IMG_6320-Edit">
<h3>revolutions … ...</h3><br>
<p class="italic"> </p>
<p></p><div>Happy New Year! We figured we should show you some pictures from ...<p></p>
</div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/DSC-1631-200x200.jpg" class="attachment-blog wp-post-image" alt="DSC_1631">
<h3>fun…video…new project</h3><br>
<p class="italic"></p>
<p></p><div>As you might have seen, we have been filming a new project on Saturday together with our well known by now Tamara Perez, Kevin Solleroz and this time, the beautiful blogger Natacha Baudot from Premier Page. We cannot wait to show you the results. We have only filmed the first part of our project this weekend. The rest will come at the end of the month, during the event we have organised at Beau Rivage Lausanne for Tamara Perez.</div>
<div></div>
<div>More details to come soon. This is very exciting and we are happy to share the great results of this half year for DG design soon. We have...<p></p>
</div></li>
<li class="block">
<h3>Photo Shooting SS2014 – Tamara Perez</h3><br>
<p class="italic"></p>
<p></p><div>Flirting with fashion becomes extremely interesting. We are loving the craziness behind it, the lack of sleep before a big event, taking care of last details, great creations and talented people.</div>
<div></div>
<div>This time I will not say anything more...I let you have a look at how we have spent our Sunday together withKevWestProduction who did an amazing job for the behind the scenes of Tamara Perez.</div>
<div>Enjoy and come see the rest at <a href="http:...</p>
</li>
<li class=" block"="">
</a><img src="http://www.dg-design.ch/wp-content/uploads/2015/02/The-Economist-200x200.jpg" class="attachment-blog wp-post-image" alt="The Economist">
<h3>Our clients are successful!</h3><br>
<p class="italic"></p>
<p></p><div>End of August we went on holidays to Romania. Fun crazy first day in Bucharest, just so we end up talking to people and then more people and ... that's how we ended up with a project. Great one, I don't say no, but very urgent.</div>
<div></div>
<div>So this is how our holidays end up spent mostly inside the house, with the laptops in front of us. We did go out a bit. For meetings with our new client :) And to make matters better, we went to the beach! Never forgot to take the laptops along.</div>
<div></div>
<div>We had to create the entire marketing campaign of Electronic Doctor, a ...<p></p>
</div></div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/TP-Edelweiss-Invitation-200x200.jpg" class="attachment-blog wp-post-image" alt="TP_Edelweiss_Invitation">
<h3>…and we do fashion…</h3><br>
<p class="italic"></p>
<p></p><div>Yes, it's right. We are getting more and more involved with the <b>fashion industry</b>. This is a direction that just happened to us and we are extremely excited. We appreciate design in general, and mixing & matching several areas seemed like a challenge we could not deny to ourselves!</div>
<div>So here we are sharing it with all of you!</div>
<div></div>
<div>A few days ago we met <b>Tamara Perez,</b> a young and dynamic Swiss Macedonian designer, whom we highly appreciate! We are working on some very exciting projects w...<p></p>
</div></li>
<li class="block">
<img src="http://www.dg-design.ch/wp-content/uploads/2015/02/UN-Image-Blogpost-200x200.jpg" class="attachment-blog wp-post-image" alt="UN Image Blogpost">
<h3>United Nations, WaterLex and DG Design</h3><br>
<p class="italic"></p>
<p></p><div>You've seen us Tweet, Instagram, and Facebook, and you are probably wondering what in the world are we doing at the United Nations today, Friday the 13th. As you might know from the Design4Good section of our site, we have partnered with WaterLex, an NGO based in Geneva.</div>
<div>Today WaterLex held a side-event on the topic of "Water and Human Rights in the Post 2015 Agenda. We were glad to be part of this high-level discussion, lead by leaders in the field of water governance, human rights and environmental affairs, as...<p></p>
</div></li>
</div>
CODE CSS:
.block{
margin-top:29px;
}
.block:nth-child(-n+5){
width:22.2%;
}
.block:nth-child(-n+4){
margin-right:3.5%;
}
Is the "Categories" menu the culprit? It looks like it is interfering with the block row.
It's because your div#secondary is pushing it down.
Give #secondary CSS like this:
#secondary {
float: right;
width: 16.762%;
height: 310px;
/* margin-bottom: 30px; */
}
The margin-bottom was pushing the div.block down and not setting a height was pushing it down more.
Remove this style:
#secondary {
margin-bottom: 30px;
}
#secondary .widget, #footer-widgets .widget {
margin-bottom: 40px;
}
I'm working with several rows that contain two columns. One column containing text and the other containing an image. Each row alternates where the copy and image are displayed.
The 1st row has the image on the left, copy on right.
The 2nd row has the image on the right, copy on left.
The 3rd row has the image on the left, copy on right... and so on...
[website: http://www.raa.com/dev/who-we-are.shtml#team]
I'm new to Bootstrap and am trying to figure out how (on Mobile devices) to get the image to appear below the copy on **ALL ROWS.** Currently when viewing the site, the image and copy alternate in position for each row. I tried the push/pull commands with no success.
Help!!
******HTML Code******
<!-- start Ronald Simmons area -->
<section id="ronaldSimmons">
<div class="container">
<div class="row">
<div class="col-md-5">
<img src="images/team-pics/simmons.png">
</div>
<div class="col-md-7">
<font size="+3" color="#396598">MANAGEMENT</font>
<p></p>
<h2>
<div class="top-buffer-md">Ronald E. Simmons</div>
</h2>
<p class="lead"><font color="#396598">Chairman</font></p>
<p>Ron has been in the investment industry for over 25 years, and has worked with retiring crew member
families since 1987. He is the co-founder and Chairman of Retirement Advisors of America. In 2012
Ron was elected to serve in Texas State House of Representatives. He is a national speaker on
leadership and entrepreneurship and is very involved with the charitable organization Equip. Ron
serves as Vice Chairman of the national Board of Directors of the Autism Society of America and is
also involved with his church, Prestonwood Baptist, as a teacher in the young married division. He
is a graduate of Dallas Baptist University with a Bachelors degree in Business.</p>
<p><font color="#396598">Back to Top</font>
</div>
</div>
</div>
</section>
<!-- end Ronald Simmons area -->
Where you need to put text box on right side then you can follow this HTML structure
<section id="ronaldSimmons">
<div class="container">
<div class="row">
<div class="col-md-7 pull-right">
<font size="+3" color="#396598">MANAGEMENT</font>
<p></p>
<h2>
<div class="top-buffer-md">Ronald E. Simmons</div>
</h2>
<p class="lead"><font color="#396598">Chairman</font></p>
<p>Ron has been in the investment industry for over 25 years, and has worked with retiring crew member families since 1987. He is the co-founder and Chairman of Retirement Advisors of America. In 2012 Ron was elected to serve in Texas State House of Representatives. He is a national speaker on leadership and entrepreneurship and is very involved with the charitable organization Equip. Ron serves as Vice Chairman of the national Board of Directors of the Autism Society of America and is also involved with his church, Prestonwood Baptist, as a teacher in the young married division. He is a graduate of Dallas Baptist University with a Bachelors degree in Business.</p>
<p><font color="#396598">Back to Top</font>
</p>
</div>
<div class="col-md-5">
<img src="images/team-pics/simmons.png">
</div>
</div>
</div>
and simply add css rules on small screen
#media only screen and (max-width: 767px){
.pull-right{
float: none !important;
}
}
Because TB always force element on right with pull-right class and in your case you don't need to right align text box on small screen.
Doesn't seem effective, but would work:
<section id="ronaldSimmons">
<div class="container">
<div class="row">
<div class="col-md-7 visible-xs-*-*">
<font size="+3" color="#396598">MANAGEMENT</font><p></p>
<h2><div class="top-buffer-md">Ronald E. Simmons</div></h2>
<p class="lead"><font color="#396598">Chairman</font></p>
<p>Ron has been in the investment industry for over 25 years, and has worked with retiring crew member families since 1987. He is the co-founder and Chairman of Retirement Advisors of America. In 2012 Ron was elected to serve in Texas State House of Representatives. He is a national speaker on leadership and entrepreneurship and is very involved with the charitable organization Equip. Ron serves as Vice Chairman of the national Board of Directors of the Autism Society of America and is also involved with his church, Prestonwood Baptist, as a teacher in the young married division. He is a graduate of Dallas Baptist University with a Bachelors degree in Business.</p>
<p><font color="#396598">Back to Top</font>
</div>
<div class="col-md-5">
<img src="images/team-pics/simmons.png" >
</div>
<div class="col-md-7">
<font size="+3" color="#396598">MANAGEMENT</font><p></p>
<h2><div class="top-buffer-md">Ronald E. Simmons</div></h2>
<p class="lead"><font color="#396598">Chairman</font></p>
<p>Ron has been in the investment industry for over 25 years, and has worked with retiring crew member families since 1987. He is the co-founder and Chairman of Retirement Advisors of America. In 2012 Ron was elected to serve in Texas State House of Representatives. He is a national speaker on leadership and entrepreneurship and is very involved with the charitable organization Equip. Ron serves as Vice Chairman of the national Board of Directors of the Autism Society of America and is also involved with his church, Prestonwood Baptist, as a teacher in the young married division. He is a graduate of Dallas Baptist University with a Bachelors degree in Business.</p>
<p><font color="#396598">Back to Top</font>
</div>
</div>
</div>
</section>