-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
51 lines (47 loc) · 1.25 KB
/
test.html
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
<body>
<header>
<h1>DevOps Project - Yaron Lavi</h1>
</header>
<main>
<section>
<h2>Welcome to my DevOps project website!</h2>
<p>
This website is a showcase of my skills in DevOps, including
infrastructure automation, continuous integration and deployment,
and more. Please explore the site to learn more about me and my
work.
</p>
</section>
<section>
<h2>Recent Projects</h2>
<ul>
<li>
<a href="#">Project 1</a> - This is a brief description of
Project 1.
</li>
<li>
<a href="#">Project 2</a> - This is a brief description of
Project 2.
</li>
<li>
<a href="#">Project 3</a> - This is a brief description of
Project 3.
</li>
</ul>
</section>
<section>
<h2>How I Made This Site</h2>
<p>
In this section, I'll provide a detailed description of the tools,
technologies, and processes that I used to create this website.
Stay tuned!
</p>
</section>
</main>
<footer>
<p>© 2023 Yaron Lavi</p>
<p>
Contact me at <a href="mailto:[email protected]">[email protected]</a>
</p>
</footer>
</body>