-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.html
More file actions
53 lines (47 loc) · 3.01 KB
/
summary.html
File metadata and controls
53 lines (47 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Zara's Portfolio</title>
</head>
<body>
<header>
<h1 class="portfolio-title">Zara's Portfolio</h1>
<h2 class="subtitle">Summary</h2>
</header>
<nav class="tabs">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="task1_1p.html">Task 1.1p</a></li>
<li><a href="task1_2p.html">Task 1.2p</a></li>
<li><a href="summary.html">Summary</a></li>
<li><a href="form.html">Form</a></li>
<li><a href="game.html">Game</a></li>
<li><a href="router.html">Router</a></li>
</ul>
</nav>
<div class="task-container">
<h2>Summary</h2>
<div class="summary-column">
<p>
In conclusion, this unit has been a valuable experience in my journey to understanding web design and development. Each of the three pass tasks presented unique challenges and opportunities for learning, enabling me to grasp various web design features through different methods and techniques. As I reflect on this unit, I can't help but envision how the skills and knowledge I've gained can be applied in real-world scenarios.
</p>
<p>
Looking ahead, my career aspirations lean towards game design, and the principles I've acquired during this unit will undoubtedly play a significant role in my future endeavours. While game design and web development may seem different, there are several parallels, such as user interface design and user experience optimization, that bridge the two fields. The foundation laid during this unit will serve as a strong base for me to explore these intersections and create more engaging and user-friendly gaming experiences.
</p>
<p>
Throughout the course of this unit, I pushed myself to achieve my maximum potential, and in doing so, I embraced the opportunity to learn many new things. This knowledge isn't just confined to web design, it's a toolkit I can use in various ways. I've gained not only technical skills but also problem-solving abilities, creativity, and a deeper appreciation for the intricacies of design and development.
</p>
<p>
As I move forward in my academic and professional journey, I am confident that the lessons learned in this unit will continue to be a valuable asset, allowing me to navigate the ever-evolving landscape of technology and design with confidence and competence. This experience has been instrumental in my growth, and I eagerly anticipate applying these newfound skills and insights to the challenges that lie ahead.
</p>
</div>
<div class="summary-image">
<img src="game.jpeg" alt="Game Image">
</div>
</div>
</body>
</html>