-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (109 loc) · 5.68 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
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/main.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<title>DeV Thagichu</title>
</head>
<body>
<div class="section">
<header class="hero__section">
<img src="assets/images/devthagichu-logo-o.svg"
onerror="this.onerror=null; this.src='assets/images/devthagichu-logo-o.png'" alt="devthagichu-logo"
class=" logo logo__icon">
<div class="hero__text" id="hero__text">
<h1>
"There are three <span>responses</span> to a piece of design --- yes, no and
<span>wow</span>. wow is
the one to aim for"
</h1>
</div>
</header>
<div class="social" id="menu">
<div class="logo__icon__container">
<img src=" assets/images/devthagichu-logo.svg"
onerror="this.onerror=null; this.src='assets/images/devthagichu-logo.png'" alt="devthagichu-logo"
class="hidden" id="menu__logo">
</div>
<div class=" social__icons__container">
<a href="https://www.facebook.com/devthagichu" target="_bank">
<img src="assets/images/socialmedia/021-facebook.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/021-facebook.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://www.twitter.com/devthagichu" target="_bank">
<img src="assets/images/socialmedia/043-twitter.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/043-twitter.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://www.linkedin.com/in/devthagichu/" target="_bank">
<img src="assets/images/socialmedia/045-linkedin.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/045-linkedin.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://www.youtube.com/channel/UC7_SdKhua8Ysxzj2y_1km3Q?view_as=subscriber" target="_bank">
<img src="assets/images/socialmedia/011-youtube.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/011-youtube.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://www.behance.net/devthagichu" target="_bank">
<img src="assets/images/socialmedia/048-behance.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/048-behance.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://github.com/devthagichu" target="_bank">
<img src="assets/images/socialmedia/038-github.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/038-github.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://www.instagram.com/devthagichu" target="_bank">
<img src="assets/images/socialmedia/025-instagram.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/025-instagram.png'"
alt="devthagichu-logo" class="social__icons">
</a>
<a href="https://dribbble.com/devthagichu" target="_bank">
<img src="assets/images/socialmedia/022-dribbble.svg"
onerror="this.onerror=null; this.src='assets/images/socialmedia/022-dribbble.png'"
alt="devthagichu-logo" class="social__icons">
</a>
</div>
</div>
<div class="content">
<div>
<h1>Hey There!</h1>
<h3>My Name Is Thagichu.</h3>
<p>
I'm a multi-talented human. Most of my time I design and build digital
products with various frameworks. You can also call me a product designer, experience designer,
interaction,
UI, UX or by any other market defined function-title.
</p>
<p>
I'm also a multi-disciplinary maker with over 5 years of experiences in wide range of design
disciplines,
computer languages, advisor, entrepreneur, front-end developer, music enthusiast, traveler,
photographer
and
more
</p>
<button class="btn__primary">Let's Talk</button>
</div>
</div>
</div>
<div class="footer">
<div class="footer__content">
<div class="designed__by">Designed & Developed by <a href="https://www.twitter.com/devthagichu"
target="_blank">@devthagichu</a>
</div>
<div> </div>
<div> © <span id="year"></span> Dev Thagichu</div>
</div>
</div>
<script data-ad-client="ca-pub-5161749221039319" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>