-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (66 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mobile.css">
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="KEK.css">
<link rel="icon" type="image/png" href="./pics/favicon.png">
<title>Startsite | Copy </title>
<script src="./script.js" defer></script>
<meta name="description" content="Copy's Portfolio.">
<meta content="en-us" property="locale"/>
<meta content="Copy" property="og:site_name">
<meta content="https://raw.githubusercontent.com/Copy05/Portfolio/main/pics/favicon.png" property="og:image">
<meta content="Copy" property="og:title">
<meta content="#386dff" data-react-helmet="true" name="theme-color">
</head>
<body>
<header>
<ul class="nav_links">
<li><a href="about.html">About</a></li>
<li><a href="works.html">Works</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</header>
<div class="container">
<div class="firstpart">
<p class="fptextc">Hi i'm <span class="copyname blue">Copy</span></p>
<p class="fptext">Filmmaker & Software Developer based in Munich, Germany</p>
<p class="fptextsmall">Profesional Software Developer & Content Creator. The man himself behind <a href="https://entertainmasters.github.io/" class="fptexthref emhref">Entertainmasters</a>, <a href="https://copy05.github.io/" class="fptexthref emhref">CopyWealth</a>, <a href="https://copymedia.github.io/" class="fptexthref emhref">CopyMedia</a> & <a href="https://agesoftoss.github.io/" class="fptexthref">Agesoft</a></p>
<div class="ccentre">
<a class="reachout" href="contact.html">Reach out to me</a>
<a class="reachout" href="about.html">About me</a>
</div>
</div>
<div class="secondipart">
<p class="spitext">Companies i worked in:</p>
<div class="coperations">
<a href="https://www.paritaet-bayern.de/startseite"><img src="./pics/coperation_logos/paribayern.png" alt="munichre" class="cperat cperatmr"></a>
<a href="https://www.munichre.com/en.html"><img src="./pics/coperation_logos/MunichRE.png" alt="munichre" class="cperat cperatmr"></a>
<a href="https://entertainmasters.github.io/"><img src="./pics/coperation_logos/EMWHITE.png" alt="munichre" class="cperat"></a>
</div>
</div><br>
<div class="secondipart">
<p class="spitext">Clients i've helped:</p>
<div class="clients">
<a href="https://www.computer-doktor-wuerzburg.com/"><p class="spicd">Computer Doctor</p></a>
<a href="https://youtube.com/@ImprovityX"><p class="spipx">ProjectX</p></a>
<a href="#"></a><p class="spisfz">SFZ</p>
<a href="#"></a><p class="spismp">SMP Carphotography</p>
</div>
</div><br><br><br>
<footer>
<div class="socials">
<a href="https://instagram.com/copywealthy"><img src="./pics/instagramlogo.png" alt="Github" id="socialico"></a>
<a href="https://github.com/Copy05"><img src="./pics/githubicon.png" alt="Github" id="socialico"></a>
<a href="https://youtube.com/@CopyWealth"><img src="./pics/youtubelogo.png" alt="Youtube" id="socialico"></a>
<a href="https://twitter.com/CopyWealthiest"><img src="./pics/twitterlogo.png" alt="Twitter" id="socialico"></a>
<p id="copyr" class="copyright">Copyright (c) Copy 2021</p>
</div>
</footer><br><br><br>
</body>
</html>