Organize Repository

This commit is contained in:
2023-01-16 12:37:37 -06:00
parent 85f7f6e72d
commit 0950e37d86
53 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Trillium Media Design</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header> <h1>Trillium Media Design</h1> </header>
<nav>
<b>
<a href="2.15/index.html"> Home</a>&nbsp;
<a href="2.15/services.html"> Services</a>&nbsp;
<a href="2.15/contact.html"> Contact</a>&nbsp;
</b>
</nav>
<main><h2>New Media and Web Design</h2></main>
<p>Trillium Media Design offers a comprehensive range of services to take your company's Web presence to the next level.</p>
<header> <h1> Meeting your business Needs </h1> </header>
<p> Our expert designers will listen to you as they create a website that helps to promote and grow your business </p>
</body>
<footer>
<small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
</footer>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Trillium Media Design - Contact</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header> <h1>Trillium Media Design</h1> </header>
<nav>
<b>
<a href="index.html"> Home</a>&nbsp;
<a href="services.html"> Services</a>&nbsp;
<a href="contact.html"> Contact</a>&nbsp;
</nav>
<main>
<h2> Contact Trillium Media Design Today</h2><!-- comment -->
<ul>
<li>
E-mail: <a href="mailto:contact@trilliummediadesign.com"> contact@trilliummediadesign.com</a>
</li>
<li>Phone: 555-555-5555</li>
</ul>
</main>
</body>
<footer>
<small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
</footer>
</html>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>TODO write content</div>
</body>
</html>

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Trillium Media Design - Services</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header> <h1>Trillium Media Design</h1> </header>
<nav>
<b>
<a href="index.html"> Home</a>&nbsp;
<a href="services.html"> Services</a>&nbsp;
<a href="contact.html"> Contact</a>&nbsp;
</nav>
</b>
<main>
<h2>Our Services Meet Your Business Needs</h2>
<dl>
<dt><strong>Website Design</strong></dt>
<dd> Whether your needs are large or small, </dd><!-- comment -->
<dt><strong>E-Commerce Solutions</strong></dt>
<dd> Whether your needs are large or small, </dd>
<dt><strong>Search Engine Optimization</strong></dt>
<dd> Whether your needs are large or small, </dd>
</dl>
</main>
</body>
<footer>
<small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
</footer>
</html>

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Trillium Media Design</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header> <h1>Trillium Media Design</h1> </header>
<nav> <b>&nbsp; Home &nbsp; Services &nbsp; Contact</b>
</nav>
<main><h2>New Media and Web Design</h2></main>
<p>Trillium Media Design offers a comprehensive range of services to take your company's Web presence to the next level.</p>
<header> <h1> Meeting your business Needs </h1> </header>
<p> Our expert designers will listen to you as they create a website that helps to promote and grow your business </p>
</body>
<footer>
<small><i>Copyright &copy; 2023 Caleb Fontenot </i> </small>
</footer>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>lab2_2</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>My Favorite Colors</h1> 
<ol>
<li>Blue</li>
<li>Teal</li>
<li>Red</li>
</ol>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Heading and List</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>My Favorite Colors</h1>
<ul>
<li>Blue</li>
<li>Teal</li>
<li>Red</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Description List</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Sample Description List</h1>
<dl>
<dt>TCP</dt>
    <dd>Transmission Control Protocol is a method (protocol) used along with the Internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.</dd>
<dt>IP</dt>
<dd>Internet Protocol is the method or protocol by which data is sent from one computer to another on the Internet. Each computer on the Internet is uniquely identified by an IP address.</dd>
<dt>FTP</dt>
    <dd>File Transfer Protocol is a protocol used to exchange files between computers on the Internet.</dd>
  <dt>HTTP</dt>
    <dd>Hypertext Transfer Protocol is the protocol used for exchanging text, graphic images, sound, video, and other multimedia files on the Web.</dd>
</dl>
</body>
</html>

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Web Design Steps</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Web Design Steps</h1>
<ul>
<li><strong>Determine the Intended Audience</strong> 
<br> The colors, images, fonts, and layout should be tailored to the <em> preferences of your audience.</em> The type of site content (reading level, amount of animation, etc.) should be appropriate for your chosen audience.</li>
<li><strong>Determine the Goals of the Site</strong>
<br>Some common goals of web sites are: to be informative, to create a personal home page, to establish a corporate web presence, and to do business in e-commerce.</br>
<li><strong>Determine the General Content and Create a Site Map</strong>
</li>
<br>The site map is sometimes called a Storyboard. Common organizational structures for websites are: hierarchical, linear, and random.</br>
<li><strong>Sketch a
</ul>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>TODO write content</div>
</body>
</html>