-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (92 loc) · 4.97 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
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Fort Kochi - Illustrations</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image:secure_url" content="https://s3.ap-south-1.amazonaws.com/fortkochi/santa_cruz_rear.png" />
<meta name="keywords" content="vijayaraj, fortkochi, illustrations, vectorart" />
<meta name="description" content="Illustrations of Fort Kochis buildings by vijayaraj using Figma." />
<link rel="shortcut icon" href="https://s3.ap-south-1.amazonaws.com/fortkochi/Auto.png" type="image/x-icon" >
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<body>
<section class='header'></section>
<section class='content-left'>
<div class='intro'>
<h1>Hello 👋</h1>
<p>
I'm Vijay from Chennai, and I work at Freshdesk. I've been making a few illustrations of Fort Kochi's buildings the last few weeks and I've put them together here. Have a look! Do visit the beautiful place if you haven't before. :)
</p>
<p>
<a class='social-icons' target='_blank' href='https://www.instagram.com/mister_vj/'><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a class='social-icons' target='_blank' href='https://www.twitter.com/mister_vj/'><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a class='social-icons' href='mailto:[email protected]'><i class="fa fa-envelope" aria-hidden="true"></i></a>
</p>
</div>
<div class='intro-footer'>
<img src='https://s3.ap-south-1.amazonaws.com/fortkochi/Auto.png' width='10%'></img>
<p>#fortheloveoffortkochi</p>
<p class='with-border'>
<span class='ml5'>Made with <i class="fa fa-heart" style="color:red;" aria-hidden="true"></i> using Figma</span>
</p>
<div class='hide-in-mobile'>
<p class='with-border'>
<span class='ml5'>I also built <a target='_blank' href='https://vidaiyali.herokuapp.com/'>Vidaiyali</a></span>
</p>
</div>
</div>
</section>
<section class='content-right'>
<div class='img-list'>
<div class='img-content' id='Santa-Cruz-Basilica'>
<div class='img-title'>Santa Cruz Cathedral Basilica</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/santa_cruz_rear.png' width='100%'></img></div>
</div>
<div class='img-content' id='Old-Harbour-Hotel'>
<div class='img-title'>Old Harbour Hotel</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/old_harbour_hotel.png' width='100%'></img></div>
</div>
<div class='img-content' id='The-Waterfront-Granary'>
<div class='img-title'>The Waterfront Granary</div>
<div class='img-desc'>A granary turned museum Hotel</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/waterfront_granary.png' width='100%'></img></div>
</div>
<div class='img-content' id='David-Hall'>
<div class='img-title'>David Hall</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/david_hall.png' width='95%'></img></div>
</div>
<div class='img-content' id='Pepper-House-Cafe'>
<div class='img-title'>Pepper House Cafe</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/pepper_house_cafe.png' width='100%'></img></div>
</div>
<div class='img-content' id='Aspin-Wall'>
<div class='img-title'>Aspin Wall</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/aspin_wall.png' width='100%'></img></div>
</div>
<div class='img-content' id='Santa-Cruz-Basilica'>
<div class='img-title'>Santa Cruz Cathedral Basilica</div>
<div class='img-desc'>The majestic front tower</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/santa_cruz.png' width='75%'></img></div>
</div>
<div class='img-content' id='St.Francis-Church'>
<div class='img-title'>St. Francis Church</div>
<div class='img'><img src='https://s3.ap-south-1.amazonaws.com/fortkochi/stfrancis.png' width='60%'></img></div>
</div>
<p>நன்றி! :)</p>
</div>
</section>
<section class='footer'></section>
<!-- GA tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98356951-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>