Skip to content

Commit

Permalink
checked HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ciehgiordani committed Jul 31, 2023
1 parent 182916a commit 4d3a19f
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 0 deletions.
Binary file added images/camila.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/camilaold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/daniel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/danielold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img1old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img2old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img3old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/markold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tomold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebStudio - Effective Solutions for Your Business</title>

<link rel="stylesheet" href="style.css">

</head>
<body>
<!-- HEADER -->
<header>
<!-- logo -->
<h3><a href="#">WEB<span>STUDIO</span></a></h3>
<!-- Navigation Bar -->
<nav>
<ul>
<li><b><a href="">Studio</a></b></li>
<li><b><a href="">Portfolio</a></b></li>
<li><b><a href="">Contacts</a></b></li>
</ul>
</nav>
<!-- How to reach -->
<div>
<a href="mailto:[email protected]">[email protected]</a>
<a href="tel:+110001111111">+11 (000) 111-11-11</a>
</div>
<!-- order a service -->
<section>
<h1>Effective Solutions<br></h1>
<button type="button">Order Service</button>
</section>

</header>

<!-- MAIN -->
<main>
<!-- Goal div -->
<div>
<ul>
<li>Strategy<p>Our goal is to identify the business problem to walk away with the perfect and creative solution.</p>
</li>
<li>Punctuality<p>Bring the key message to the brand's audience for the best price within the shortest possible time.</p>
</li>
<li>Diligence<p>Research and confirm brands that present the strongest digital growth opportunities and minimize risk.</p>
</li>
<li>Technologies<p>Design practice focused on digital experiences. We bring forth a deep passion for problem-solving.</p>
</li>
</ul>
</div>

<!-- WAWD Section -->
<section>
<h2>What are we doing</h2>
<ul>
<li>
<a href="#"><img src="./images/img1.jpg" width= 360 alt="Monitor showing statistics"></a>
</li>
<li>
<a href="#"><img src="./images/img2.jpg" width= 360 alt="Mobile phone showing chat session"></a>
</li>
<li>
<a href="#"><img src="./images/img3.jpg" width= 360 alt="Mobile phone and laptop showing sync action"></a>
</li>
</ul>
</section>

<!-- Our Team Section -->
<section>
<h2>Our Team</h2>
<ul>
<li><img src="./images/mark.jpg" width=264 alt="man holding a laptop"><br><span>Mark Guerrero<br>Product Designer</span>
</li>
<li><img src="./images/tom.jpg" width=264 alt="man smiling sideways"><br><span>Tom Ford<br>Frontend Developer</span>
</li>
<li><img src="./images/camila.jpg" width=264 alt="beautiful woman smirking"><br><span>Camila Garcia<br>Marketing</span>
</li>
<li><img src="./images/daniel.jpg" width=264 alt="man with beard smiling"><br><span>Daniel Wilson<br>UI Designer</span>
</li>
</ul>
</section>
</main>

<!-- FOOTER -->
<footer >
<!-- logo -->
<h3><a href="#">WEB<span>STUDIO</span></a></h3>
<p>Increase the flow of customers and sales for your business with digital marketing & growth solutions.</p>
</footer>

</body>

</html>
Empty file added style.css
Empty file.

0 comments on commit 4d3a19f

Please sign in to comment.