-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (81 loc) · 3.12 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Next/Level© | Design & Development</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<header>
<div>
<h1>Digital Web Agency</h1>
<img src="images/logo.png" alt="">
</div>
<a href="https://brandonwinger-air.com" target="_blank">Portfolio</a>
</header>
<div class="rectangle"></div>
<div class="rectangle"></div>
<section id="hero-content">
<div>
<h2>Design &</h2>
<h2>Next <span>/</span> Level</h2>
<h2>Development</h2>
<div id="services">
<h3>Media</h3>
<span>●</span>
<h3>Software</h3>
<span>●</span>
<h3>UI/UX</h3>
</div>
</div>
<div id="bg-img-container">
<img id="bg-img" src="images/apollo-belvedere-bust-3016.png" alt="">
</div>
<div class="loader"></div>
<div id="lower-loader" class="loader"></div>
<a href="#about">
<button id="scroll">Scroll</button>
</a>
</section>
<div id="line"></div>
<div id="gap-cover"></div>
<section id="about">
<article>
<h4>Classical Art</h4>
<h4><span>&</span> Technology</h4>
<p>
The fusion of classical art with technology in design is a fascinating topic that has been explored by many artists and designers. Classical art is known for its emphasis on symmetry, balance, and proportion, while technology styles in design are characterized by their innovative use of digital tools and techniques.
</p>
<p>
Combining these two styles can create a unique and thought-provoking aesthetic that challenges our perceptions of what art and design can be. By blending the traditional with the modern, designers can create works that are both timeless and contemporary. This fusion can also help to bridge the gap between the past and the present, allowing us to appreciate the beauty of classical art in a new and exciting way. Ultimately, the combination of classical art and technology styles in design is a testament to the power of creativity and innovation, and the endless possibilities that arise when we push the boundaries of what is possible.
</p>
</article>
<figure id="about-img">
<img src="images/apollo-belvedere-bust-cyber-edit.png" alt="">
</figure>
</section>
<div id="hide-bg-img"></div>
<footer>
<button>
<a href="https://github.com/BrandonWingerAir/classical-tech-design-site" target="_blank">
View Code
</a>
</button>
<h5>
Sculpture: Apollo Belvedere |
<a href="https://brandonwinger-air.com" target="_blank">
Brandon Winger-Air.</a> © 2024
</h5>
<a href="https://brandonwinger-air.com" target="_blank">
<img src="images/brandon_winger-air.jpeg" alt="pixel game art style portrait edit">
</a>
<h6>
Inspired from
<a href="https://brandonwinger-air.com" target="_blank">
a design by Nick Hart on dribbble.</a>
</h6>
</footer>
</body>
</html>