Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added web-dev-class.html/about.html.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 web-dev-class.html/contact.html.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 web-dev-class.html/goals.html.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 web-dev-class.html/micpic.png.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 web-dev-class.html/skills.html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 174 additions & 0 deletions week-1-assignment.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Clint Debisette - Portfolio</title>

</head>
<img src="./web-dev-class.html/micpic.png.png"><alt=microphones>

<body>

<header>
<h2>My Coding Journey</h2>

<p>My personl coding journey starts with this Web Development Class!</p>

</h2>

<hr />

<nav>

<ul>

<li><a href="./web-dev-class.html/about.html.png">About</a></li>

<h3> About me</h3>
<p> I am a new student too the Web Development field and it's very exciting.</p>
<p> It's challenging and rewarding at the same time. What I would like to get out of this class, is to acquire the skills needed to get a full stack developer job. I can either work in the office or remote. If I learn another language, it would be cool to understand different websites in another language.</p>

<hr />

<li><a href="./web-dev-class.html/skills.html.png">Skills</a></li>

<h3> Skills and interest</h3>
<p> Learning different languages, playing chess, watching basketball and football.</p>
<p> I would like to learn HTML, CSS and JV to name a few.</p>

<hr />
</ul>

<ol>

<li><a href="./web-dev-class.html/goals.html.png">Goals</a></li>

<h3> Goals</h3>
<p>Learning the skills to become a Full Stack Developer</p>

<hr />
<li><a href="./web-dev-class.html/contact.html.png">Contact</a></li>

<h1>Clint Debisette</h1>

<h2> 1212 CheckMic Avenue<br />

OnStage, YN<br />

12345<br />

Phone #: 215-207-3711<br />


<li>

<a href="https://www.linkedin.com/in/clint-debisette-b45246370">linkedin</a>

</li>




</ol>

<hr />


</nav>

</header>

<main>

<article>
<h4>A beginner's guide to microphones</h4>

<a href= https://www.adam-audio.com/blog/a-beginners-guide-to-microphones>a beginner's guide to microphones</a>

</article>

<figure>

<figcaption>

<img src="./web-dev-class/micpic>microphones> alt=microphone>

</figcaption>

</figure>

<time datetime="2025-09-11">September 11th, 2025</time>

<thead>
<tr>
<th>9:00 AM</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>

</tr>
</thead>

<form action="/submit-form" method="post">

<fieldset>
<legend>Contact Information</legend>

<label for="name">Name:</label>
<input type="text" id="name" name="user_name" required>

<label for="email">Email:</label>
<input type="email" id="email" name="user_email" required>

<label for="phone">Phone:</label>
<input type="tel" id="phone" name="user_phone">
</fieldset>

<fieldset>
<legend>Your Message</legend>

<label for="subject">Subject:</label>
<input type="text" id="subject" name="message_subject">

<label for="message">Message:</label>
<textarea id="message" name="user_message" rows="5"></textarea>
</fieldset>

<button type="submit">Send Message</button>

</form>

<dl>
<dt>HTML</dt>

<dd>HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.</dd>

<dt>CSS</dt>

<dd>Cascading Style Sheets, a style sheet language used for describing the presentation of a document written in HTML or XML.</dd>

<dt>JavaScript</dt>

<dd>A programming language that enables interactive web pages.</dd>

</dl>

</main>

<footer>

<p>&copy; 2025 My Company. All rights reserved.</p>

</footer>

</body>

</html>