-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (75 loc) · 3.59 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Necmettin Kardeşen</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/jpg" href="necmettin.jpg">
<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=Merriweather:ital,wght@1,300&family=Montserrat:ital,wght@1,300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<a class="tr" href="indextr.html">
<img class="tr-icon" src="CSS - My Site Images/turkey.png" alt="turkey-img">
</a>
<a class="uk" href="index.html">
<img class="uk-icon" src="CSS - My Site Images/uk.png" alt="turkey-img">
</a>
<a class="me-link" href="index.html">Me</a>
<a class="work-link" href="oops.html">Work</a>
<a class="notes-link" href="oops.html">Notes</a>
<img class="top-cloud" src="CSS - My Site Images/cloud.png" alt="cloud-img">
<h1>I'm Necmettin.</h1>
<p class="topp">an inspiring manager.</p>
<img class="bottom-cloud" src="CSS - My Site Images/cloud.png" alt="cloud-img">
<img class="mountain" src="CSS - My Site Images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="necmettinjpg" src="necmettin.jpg" alt="me">
<h2>Hello.</h2>
<p>I'm a football manager based in Kahramanmaraş, Turkey.
I have a passion for wonderkids and 4-3-3(DOS).</p>
</div>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="regen-img" src="CSS - My Site Images/regen.png" alt="regen-img">
<h3>Like to sign youngsters </h3>
<p>I have bought 55 players during my career at Cardiff FC. 36 of them were under 21.</p>
</div>
<div class="skill-row">
<img class="cardiff" src="CSS - My Site Images/cardiff.jfif" alt="cardiff-img">
<h3>Loyalty</h3>
<p>I spent 2513 successful days at my previous job. I'm pretty loyal at the clubs I work for. Because I believe
that success comes with patience, process and loyalty.</p>
</div>
<div class="skill-row">
<img class="financial-img" src="CSS - My Site Images/line-chart.png" alt="linechart-img">
<h3>Financial Performance</h3>
<p>Every year, my previous club, Cardiff City declared profits under my management. Only by transfers, Cardiff FC brought a profit
of £126M. You can review financial reports by clicking
<a class="c-financial-link" href="https://www.cardiffcityfc.co.uk/club/financial-statements">here.</a></p>
</div>
</div>
<div class="get-in-touch">
<h2>Get In Touch.</h2>
<h3>I am currently unemployed.</h3>
<p>If you are looking for a manager that will lead your team to championships, or just seeking financial performance,
just get in touch.</p>
<div class="contact-me">
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
</div>
<div class="bottom-container">
<hr>
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/46pakyardim">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="footer-p">© 2022 Necmettin Kardeşen. All rights reserved.</p>
</div>
</body>
</html>