-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal.html
More file actions
71 lines (64 loc) · 3.78 KB
/
personal.html
File metadata and controls
71 lines (64 loc) · 3.78 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terry's Personal Website</title>
<link rel="stylesheet" href="personal.css">
</head>
<body>
<div class="nav-container">
<nav>
<div class="FAS">Trojan</div>
<ul>
<li><a href="#about-me">About Me</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<div class="content-container">
<div id="about-me" class="content-section about-me">
<h2>About Me</h2>
<img src="jason.jpg" alt="About Me" class="section-img">
<p>Hello! I'm Terry, a passionate web designer and entrepreneur. I specialize in creating vibrant and
engaging websites that are not only visually appealing but also user-friendly. With a keen eye for
detail and a love for innovative design, I strive to bring unique ideas to life through my work.</p>
<p>When I'm not designing, you can find me exploring new technologies, learning new skills, or enjoying a
good book. My journey in web design began with a fascination for how websites are crafted and evolved
into a full-fledged career. I'm excited to share my experiences and projects with you!</p>
</div>
<div id="portfolio" class="content-section portfolio">
<h2>Portfolio</h2>
<img src="Jim.jpg" alt="Portfolio" class="section-img">
<p>Welcome to my portfolio! Here you'll find a selection of my most recent and notable projects. From
dynamic websites to interactive designs, I’ve had the pleasure of working on a variety of exciting
ventures. Each project showcases my commitment to creating beautiful and functional web experiences.</p>
<p>Feel free to browse through the projects and see how I can bring your vision to life. Whether you’re
looking for a complete website overhaul or just some fresh ideas, I’m here to help you make your digital
presence stand out.</p>
</div>
<div id="hobbies" class="content-section hobbies">
<h2>Hobbies</h2>
<img src="Z Boyz.jpg" alt="Hobbies" class="section-img">
<p>Outside of web design, I have a range of hobbies that keep me inspired and motivated. I enjoy
photography, which allows me to capture moments and find beauty in everyday life. Additionally, I’m an
avid reader and love diving into books about technology, design, and personal development.</p>
<p>When I’m not behind the screen, you might find me hiking, exploring new places, or experimenting with new
recipes in the kitchen. These hobbies not only provide a creative outlet but also help me stay energized
and focused on my professional work.</p>
</div>
<div id="contact" class="content-section contact">
<h2>Contact</h2>
<p>I would love to hear from you! Whether you have a question, a project idea, or just want to connect, feel
free to reach out. You can contact me via email at <a
href="mailto:terionterison1248@gmail.com">terionterison1248@gmail.com</a> or connect with me on
social media.
</p>
<p>For business inquiries, please provide details about your project, and I will get back to you as soon as
possible. Looking forward to collaborating and creating something amazing together!</p>
</div>
</div>
</body>
</html>