<li><ahref="./contact me.html">contact me </a></li>
{% extends 'index.html' %}
</ul>
</nav>
</body>
\ No newline at end of file
{% block header %}
<h1>My Experience</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Risus pretium quam vulputate dignissim suspendisse in. Tellus integer feugiat scelerisque varius. Id ornare arcu odio ut sem nulla pharetra diam sit. Viverra nibh cras pulvinar mattis. Ornare arcu odio ut sem nulla pharetra diam sit amet. Odio tempor orci dapibus ultrices. Leo a diam sollicitudin tempor id eu nisl. Porttitor lacus luctus accumsan tortor posuere. Nec ultrices dui sapien eget. Id aliquet risus feugiat in ante metus dictum at. Felis bibendum ut tristique et egestas quis ipsum. Est ultricies integer quis auctor elit sed vulputate. Mattis aliquam faucibus purus in. Adipiscing vitae proin sagittis nisl rhoncus mattis rhoncus urna. Semper quis lectus nulla at volutpat diam ut venenatis tellus. Donec ultrices tincidunt arcu non sodales neque sodales ut. Diam vulputate ut pharetra sit amet aliquam id diam. Tortor at auctor urna nunc id cursus metus aliquam. Lectus mauris ultrices eros in.
<li><ahref="./contact me.html">contact me </a></li>
{% extends 'index.html' %}
</ul>
</nav>
</body>
\ No newline at end of file
{% block header %}
<h1>My Experience</h1>
<p>This page covers my overall experience with the course and what I have learnt thus far.</p>
CMT 119 - Computational thinking
<p> At the start of this semester, I was introduced to the basics of HTML and CSS, which I learnt are the foundational languages for web development. HTML acts as the structure of a website, allowing users to define the content and alter the structure of elements within a webpage, whilst CSS is used to complement HTML files by handling the visual aspects of a website, which allowed me to customize the font, colours and the positioning of elements within the pages. This was a novel experience for me as I had never written a line of code prior to this conversion course. I really enjoyed manipulating the elements within the pages and styling them, which ultimately gave me the confidence to start coding my own websites by myself in my spare time. </p>
CMT 120 - Fundamentals of programming
<p>
Later in the semester, I was introduced to python and JavaScript, which were harder to learn than HTML and CSS. I enjoyed learning python syntax the most as it is the easier of the two languages to learn. Furthermore, we were tasked with completing ten challenging exercises in both python and JavaScript as part of our assessment. Overall, I found these exercises difficult, however it gave me an insight into how technical coding can become and has inspired me to learn both languages in more depth.
</p>
CMT 313 - Software engineering
<p>
The start of this semester I was put in a group of 7 that was tasked with creating an automated assessment tool for teachers to mark assessments. The aim of this tool would allow teachers to mark assessments quickly and provide personalised feedback. This module has developed my teamworking skills in more depth whilst also developing my communication skills and gave me an insight on how to contribute to a project effectively, being able to bounce ideas off other members of the group.