-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (68 loc) · 4.95 KB
/
Copy pathindex.html
File metadata and controls
85 lines (68 loc) · 4.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohammed Hayath CV</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<script type="text/javascript" src="data.js"></script>
<script type="text/javascript" src="cv.js"></script>
<link rel="stylesheet" href="cv.css">
</head>
<body class="w3-light-grey">
<!-- Page Container -->
<div id="main-div" class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-third ">
<div class="w3-round-large grad w3-text-grey w3-card-4 ">
<div class="w3-display-container ">
<img class="w3-circle" src="images/hayath.jpg" style="width:100%" alt="mohammed hayath image">
</div>
<div class="w3-container w3-margin-top">
<div class="w3-text-black">
<h2><b>Mohammed Hayath</b></h2>
</div>
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>Software Engineer</p>
<p><i class="fa fa-birthday-cake fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>08 Jan 1997</p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>Bangalore, Karnataka, India</p>
<p><i class="fa fa-map-marker fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>Chikmagalur, Karnataka, India</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-blue-grey"></i><a class="w3-text-grey" href = "mailto: mdhayath64@gmail.com">mdhayath64@gmail.com</a></p>
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-blue-grey"></i><a class="w3-text-grey" href="tel:+919538569787">+91 9538569787</a></p>
<hr>
</div>
</div>
<br>
<div class="w3-round-large w3-container w3-card grad1 w3-margin-bottom" id="left-coloumn">
</div>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div id="right-column" class="w3-twothird ">
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<footer class="w3-container w3-light-blue w3-center w3-margin-top">
<p style="font-size: 10px; margin: 0%; padding: 0%;">Mohammed Hayath </br> Software Engineer</p>
<p style="font-size: 8px; margin: 0%; padding: 0%;">Contact Details</p>
<!-- <i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i> -->
<a class="fa fa-phone w3-hover-opacity w3-xlarge w3-text-blue-grey w3-padding-small" href="tel:+919538569787" target="_blank"></a>
<a class="fa fa-envelope w3-hover-opacity w3-xlarge w3-text-blue-grey w3-padding-small" href = "mailto: mdhayath64@gmail.com" target="_blank"></a>
<a class="fa fa-github w3-hover-opacity w3-xlarge w3-text-blue-grey w3-padding-small" href="https://github.com/mdhayath64" target="_blank"></a>
<a class="fa fa-linkedin-square w3-hover-opacity w3-xlarge w3-text-blue-grey w3-padding-small" href="https://www.linkedin.com/in/mdhayath64/" target="_blank"></a>
<br>
</footer>
</body>
</html>