-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (54 loc) · 2.61 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ABOUT</title>
<link rel="stylesheet" href="about.css">
<!--Links for google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<!--Links for remix icon.com-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
</head>
<body>
<main>
<div class="navbar">
<div class="logo"><a href="/home.html">REFLEXION</a></div>
<div class="socials">
<a href="https://www.instagram.com/freakenchicken/"><img src="/Assets/instagram-brands-solid.svg"
alt="instagram" id="a"></a>
<a href="https://www.fiverr.com/rabidcodger?source=gig_page"><img src="/Assets/fiverr-2.png"
alt="fiverr" id="b"></a>
<a href="https://www.behance.net/twetetwet"><img src="/Assets/behance-brands-solid.svg" alt="behance"
id="c"></a>
</div>
<div class="menu">
<a href="/home.html">Home</a>
<a href="/home.html">Portfolio</a>
</div>
<i class="ri-menu-3-line"></i>
</div>
<div class="container">
<div class="content">
<h1>ABOUT ME</h1>
<p>3D Graphics Designer | Texturing & Lighting Specialist With over 8 years of experience in Blender and 4
years of professional freelancing, I turn bold ideas into breathtaking 3D visuals. My expertise lies in
texturing and lighting, where I continually refine and improve with each new project, bringing
unparalleled depth, detail, and vibrancy to every creation. From abstract art and music album covers to
striking product visuals and cutting-edge branding materials, I specialize in crafting unique,
high-quality designs that are tailored to your creative vision.</p>
<h2>SKILLS</h2>
<div class="skills">
<h3>Graphic Designer</h3>
<h3>3D Rendering Expert</h3>
<h3>3D Visualization Expert</h3>
<h3>3D Animator</h3>
</div>
</div>
</div>
</main>
</body>
</html>