You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

136 lines
4.2 KiB

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Learning Website</title>
<link href="/styles/styles.css" rel="stylesheet" type="text/css">
<link href="/webdevelopment/styles/styles.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="banner">
<h1 class="courselink">Course Links</h1>
<h2 class="lecturer">Courses Relating to Web Development</h2>
</div>
<article>
<h2 class="episodetitle">CSS</h2>
<table>
<tr>
<th>Course Title</th>
<th>Lecturer</th>
<th>Source</th>
<th>Published</th>
<th>Length</th>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/css-essential-training-3" target="_blank">CSS Essential Training</a></td>
<td>Christina Truong</td>
<td>LinkedIn Learning</td>
<td>October 2019</td>
<td>4h 29m</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/css-layouts-from-float-to-flexbox-and-grid" target="_blank">CSS Layouts: From Float to Flexbox and Grid</a></td>
<td>Christina Truong</td>
<td>LinkedIn Learning</td>
<td>September 2019</td>
<td>1h 46m</td>
</tr>
</table>
<p></p>
<h2 class="episodetitle">Other Courses</h2>
<table>
<tr>
<th>Course Title</th>
<th>Lecturer</th>
<th>Source</th>
<th>Published</th>
<th>Length</th>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/getting-your-first-job-as-a-web-developer" target="_blank">Getting Your First Job as a Web Developer</a></td>
<td>Christina Truong</td>
<td>LinkedIn Learning</td>
<td>March 2021</td>
<td>57m</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/programming-foundations-version-control-with-git" target="_blank">Programming Foundations: Version Control with Git</a></td>
<td>Christina Truong</td>
<td>LinkedIn Learning</td>
<td>September 2019</td>
<td>1h 46m</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/figma-for-ux-design-2" target="_blank">Figma for UX Design</a></td>
<td>Brian Wood</td>
<td>LinkedIn Learning</td>
<td>June 2018</td>
<td>1h 51m</td>
</tr>
</table>
<p></p>
<h2 class="episodetitle">Learning Paths</h2>
<table>
<tr>
<th>Learning Path Name</th>
<th>Time</th>
<th>Number of courses</th>
<th>Number completed</th>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/paths/become-a-web-developer">Become a Web Developer</a></td>
<td>22 hours</td>
<td>9</td>
<td>4</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/paths/become-a-node-js-developer">Become a Node.js Developer</a></td>
<td>24 hours</td>
<td>12</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/learning/paths/become-a-full-stack-web-developer" target="_blank">Learning Path: Become a Full Stack Web Developer</a></td>
<td>29 hours</td>
<td>12</td>
<td>3</td>
</tr>
</table>
</article>
<div class="btngroup">
<button class="button" onclick="window.location.href='referencelinks.html';">
Reference Links
</button>
<button class="button" onclick="window.location.href='tutoriallinks.html';">
Tutorial Links
</button>
<button class="button" onclick="window.location.href='toolslinks.html';">
Tools Links Links
</button>
<button class="button" onclick="window.location.href='otherlinks.html';">
Other Links
</button>
<button class="button" onclick="window.location.href='webdevelopmentlinks.html'">
Web Development Links
</button>
<button class="button" onclick="window.location.href='/webdevelopment/webdevelopment.html'">
Web Development Page
</button>
<button class="button" onclick="window.location.href='/index.html'">
Home
</button>
</div>
</body>
</html>