-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (45 loc) · 2.62 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
<!DOCTYPE html>
<html>
<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">
<title>Fatihcan | Junior Frontend Developer&Designer</title>
<link rel="icon" href="favicon.ico" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/grey-white.css">
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
</head>
<body>
<main>
<div class="intro">Hello, I'm Faith! (Fatihcan)</div>
<div class="daireselbuyut">
<img src="faithwcode.jpg" alt="fatihcan"/>
</div>
<div class="tagline">Junior Frontend Developer & Designer • Code Fanatic • Amateur Android Developer & Rooter </div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<div class="icons-social">
<a target="_blank" href="https://github.com/faithwcodee"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://x.com/faithbackto90s"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="https://sptfy.com/fatiihcan"><i class="fab fa-spotify"></i></a>
<a target="_blank" href="https://letterboxd.com/faithbackto90s/"><i class="fab fa-letterboxd"></i></a>
<a target="_blank" href="https://discord.gg/fZcj7HnPce"><i class="fab fa-discord"></i></a>
<a target="_blank" href="https://www.youtube.com/@faithbrokenblade"><i class="fab fa-youtube" ></i></a>
<a target="_blank" href="https://stackoverflow.com/story/faith-404-error"><i class="fab fa-stack-overflow"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/fatihcan-elmasta%C5%9F-5b7b4a213/"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://medium.com/@faithwcode"><i class="fab fa-medium"></i></a>
<a target="_blank" href="https://www.behance.net/faithwcode"><i class="fab fa-behance"></i></a>
</div>
</main>
</body>
</html>