Atlas
Welcome to the Atlas Faction! <!DOCTYPE html> <html> <title>W3.CSS Template</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <body>
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="/w3images/architect.jpg" alt="Architecture" width="1500" height="800">
BR
</header>
Projects
<img src="/w3images/house5.jpg" alt="House" style="width:100%">
<img src="/w3images/house2.jpg" alt="House" style="width:100%">
<img src="/w3images/house3.jpg" alt="House" style="width:100%">
<img src="/w3images/house4.jpg" alt="House" style="width:100%">
<img src="/w3images/house2.jpg" alt="House" style="width:99%">
<img src="/w3images/house5.jpg" alt="House" style="width:99%">
<img src="/w3images/house4.jpg" alt="House" style="width:99%">
<img src="/w3images/house3.jpg" alt="House" style="width:99%">
About
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. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 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.
<img src="/w3images/team2.jpg" alt="John" style="width:100%">
John Doe
CEO & Founder
Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.
<button class="w3-button w3-light-grey w3-block">Contact</button>
<img src="/w3images/team1.jpg" alt="Jane" style="width:100%">
Jane Doe
Architect
Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.
<button class="w3-button w3-light-grey w3-block">Contact</button>
<img src="/w3images/team3.jpg" alt="Mike" style="width:100%">
Mike Ross
Architect
Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.
<button class="w3-button w3-light-grey w3-block">Contact</button>
<img src="/w3images/team4.jpg" alt="Dan" style="width:100%">
Dan Star
Architect
Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.
<button class="w3-button w3-light-grey w3-block">Contact</button>
Contact
Lets get in touch and talk about your next project.
<form action="/action_page.php" target="_blank"> <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name"> <input class="w3-input w3-section w3-border" type="text" placeholder="Email" required name="Email"> <input class="w3-input w3-section w3-border" type="text" placeholder="Subject" required name="Subject"> <input class="w3-input w3-section w3-border" type="text" placeholder="Comment" required name="Comment"> <button class="w3-button w3-black w3-section" type="submit"> SEND MESSAGE </button> </form>
<img src="/w3images/map.jpg" class="w3-image" style="width:100%">
<footer class="w3-center w3-black w3-padding-16">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a>
</footer>
</body> </html>