-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (96 loc) · 4.58 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>
<head>
<title id = "title">Rehan Edin</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href= "./styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merienda" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<body>
<header>
<!---Home--->
<section id = "section1">
<nav>
<ul>
<li><a href= "#section1">Home</a></li>
<li><a href= "#section2">About</a></li>
<li><a href= "#section3">Skills</a></li>
<li><a href= "#section4">Contact</a></li>
</ul>
</nav>
<section class = "sec1">
<div class="button">
<a href="https://www.linkedin.com/in/rehan-edin/" class="btn">LinkedIn</a>
<a href="https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:ad6cce75-82d9-4b57-b305-f87570e1eb87" class="btn">Resume</a>
</div>
<div class ="name">
<h1>Rehan Edin</h1>
<span class = "cursor"></span> <span class = "typed-txt"></span></section>
</div>
</section>
</header>
<!---About--->
<section id = section2>
<div class ="container">
<img src="Rehan.jpg" class = "image">
<h3 class = "me1">About Me:</h3>
<p class="me"> Hi! I am Rehan, a junior at Columbia University studying Data Science. I am a Machine Learning enthusiast passionate about predictive analytics and I have explored it by doing Zindi
and Kaggle challenges. I have a data driven approach to problem solving and a background in product management. In my free time, I relax actively by playing sudoku and passively by connecting with nature.
</p>
</div>
</section>
<!---skills--->
<section id = "section3">
<h3 class= "skil">Skills</h3>
<div class = "custom">
<h3 class = "lan">Languages</h3>
<p class = "num">Java</p>
<p class = "num">Python</p>
<p class = "num">SQL</p>
<p class = "num">HTML</p>
<p class = "num">CSS</p>
<h3 class = "lan">Tools</h3>
<p class = "num">NumPy</p>
<p class = "num">Pandas</p>
<p class = "num">Jupyter</p>
<p class = "num">Git</p>
<p class = "num">LaTeX</p>
</div>
</section>
<!---contact--->
<section id = "section4">
<h3 class= "tal">Get in Touch!</h3>
<section id= "contact">
<div class="container">
<div class ="con">
<form action= "https://formspree.io/rehanedin@gmail.com" method="POST">
<input type="text" name= "uname" placeholder= "Your Name" required class= "input-field" >
<input type="email" name= "mail" placeholder="Your email" required class= "input-field">
<input type="text" name= "subject" placeholder="Subject" required class= "input-field">
<div class ="txb">
<textarea name = "message" name= "message" placeholder="Message" required class= "input-field"></textarea></div>
<button type= "submit" name= "btn-send" class = "submit-btn">Send</button>
</form>
</div>
<div class = "social">
<ul>
<li><a href = "https://www.facebook.com/rehan.edin.5/"><i class = "fa fa-facebook"></i></a></li>
<li><a href = "https://twitter.com/Rehanedin1"><i class = "fa fa-twitter"></i></a></li>
<li><a href = "https://github.com/redin22"><i class = "fa fa-github"></i></a></li>
<li><a href = "https://www.linkedin.com/in/rehan-edin/"><i class = "fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</section>
</section>
<footer>
<p>Rehan Edin</p>
<p>Copyright © 2020</p>
</footer>
<script src= "main.js"></script>
</body>
</html>