-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (195 loc) · 11.8 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:100,300italic,400,700,900' rel='stylesheet' type='text/css'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<link rel="stylesheet" href="styles.css">
<title>Portfolio</title>
</head>
<body data-spy="scroll" data-target="#main-nav" data-offset="60">
<!-- Fixed Navbar -->
<nav id="main-nav" class="navbar navbar-default " style="background-color: transparent;">
<div class="container-fluid">
<div class="navbar-header">
<!-- Menu Toggle-->
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: transparent;">
<div class="container-fluid">
<a class="navbar-brand" href="#">TK</a>
<button class="navbar-toggler" type="button" id="navbar-button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<div class="navbar-nav">
<ul class="nav navbar-nav nav-it">
<li class="active nav-link"><a class="nav-link" href="#top">Home</a></li>
<li class="nav-link"><a class="nav-link" href="#about">About Me</a></li>
<li class="nav-link"><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li class="nav-link"><button class="btn td-btn small outline pink" data-toggle="modal" data-target="#contactModal">Contact</button></li>
</ul>
</div>
</div>
</div>
</nav>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Jumbotron -->
<header id="top" class="jumbotron">
<div class="container text-center">
<div class="row">
<div class="col-xs-6 col-xs-offset-3">
<!-- <img class="img-responsive center-block logo" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/imgs/td-logo.png?raw=true" alt="TD Logo"> -->
</div>
<div class="col-xs-12">
<h1 class="title">Hi! My name is Tabassum.</h1>
<p>I like to design and code user-friendly websites.</p>
<p>Nice to meet you.</p>
<a class="btn td-btn outline green scroll mt-30" href="#content" title="Learn more about me!"><span class="glyphicon glyphicon-triangle-bottom"></span> Learn more</a>
</div>
</div>
</div>
</header>
<!-- Main Content Begins -->
<div id="content" class="container-fluid text-center">
<!-- About Me Section -->
<section id="about" class="row bg-white bg-shadow">
<div class="row">
<div class="col-xs-12">
<h1 class="mb-30">About Me</h1>
</div>
</div>
<div class="row ">
<div class="headingaboutme">
<!-- <img class="img-responsive center-block profile mb-30" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/imgs/profile-hex.png?raw=true" alt="Tiffany Du's Profile Photo"> -->
</div>
<div class="aboutme">
<h4>Hello there! I'm an aspiring web developer and front-end developer based in India.</h4>
<p>Having spent a large chunk of my life in technology and engineering, I've finally found my passion at the crossroads of design and technology. I started off as an undergrad in Electronics and Communication Engineering, then worked as an Embedded Developer, and later taught myself web development. The one lesson that stood out throughout this journey was the importance of the end user.</p>
<p>Currently, I spend most of my time learning and designing websites and doing #100DaysOfCode challenge to keep my skills sharp. When I'm not busy, you can find me obsessing over books, anime, food, and listening to music, or working on one of my many hobbies like painting and sketching. I tend to switch things up every few months, so if you want to know what I'm up to, just <a class="scroll" href="#follow-me">follow me!</a> :)</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-sm-offset-1">
<hr class="dashed">
<h2 class="mb-60">What I Do</h2>
</div>
<div class="col-sm-4 ">
<img class="img-responsive center-block icon" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/work/rwd-icon.png?raw=true" alt="Responsive Web Design Icon">
<p>Responsive Web Design</p>
</div>
<div class="col-sm-4">
<img class="img-responsive center-block icon" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/work/ui-ux-icon.png?raw=true" alt="UI/UX Design Icon">
<p>UI/UX Design</p>
</div>
<div class="col-sm-4 ">
<img class="img-responsive center-block icon" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/work/dev-icon.png?raw=true" alt="Development Icon">
<p>Development</p>
</div>
<!-- <div class="col-sm-3 col-lg-2 mb-30"> -->
<!-- <img class="img-responsive center-block icon" src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/work/star-icon.png?raw=true" alt="Identity and Branding Icon"> -->
<!-- <p>Identity & Branding</p> -->
<!-- </div> -->
</div>
<div class="row">
<div class="col-xs-12">
<button class="btn td-btn outline green mt-30" data-toggle="modal" data-target="#resumeModal">View my Resume</button>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="row bg-star-g">
<div class="row">
<div class="col-xs-12">
<h1 class="mb-60" style="color: #394c4a;">Portfolio</h1>
</section>
<!-- Contact Me Section -->
<section class="row bg-pink bg-shadow">
<div class="col-xs-12">
<h1 class="mb-30">Like what you see?</h1>
<button class="btn btn-default td-btn outline white" data-toggle="modal" data-target="#contactModal">Send me a message!</button>
</div>
</section>
<!-- Footer -->
<footer class="row text-left bg-honeycomb">
<!-- <div class="col-xs-12 col-sm-6">
<h3>Latest Tweet</h3>
<div class="card mb-30">
<a class="twitter-timeline" href="https://twitter.com/dusign/" data-widget-id="329035628920573952" data-chrome="noheader nofooter noborders transparent" data-tweet-limit="1" data-width="100%">Tweets by @dusign</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>-->
<div id="follow-me" class=".col-md-3 .offset-md-3" style="background-color: transparent;">
<h3>Follow me!</h3>
<a class="social" href="https://www.linkedin.com/in/tabassum-khanum-564142141/" target="_blank" title="LinkedIn">
<img src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/social/LinkedIn-black.png?raw=true" alt="LinkedIn Icon">
</a>
<a class="social" href="https://twitter.com/dusign/" target="_blank" title="Twitter">
<img src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/social/Twitter-black.png?raw=true" alt="Twitter Icon">
</a>
<a class="social" href="https://www.instagram.com/dusign/" target="_blank" title="Instagram">
<img src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/social/Instagram-black.png?raw=true" alt="Instagram Icon">
</a>
<a class="social" href="https://github.com/tabassum2507" target="_blank" title="Github">
<img src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/social/Github-black.png?raw=true" alt="Github Icon">
</a>
<a class="social" href="https://codepen.io/tabassum2507" target="_blank" title="Codepen">
<img src="https://github.com/tiffanyadu/portfolio/blob/master/assets/icons/social/Codepen-black.png?raw=true" alt="Codepen Icon">
</a>
</div>
<div class="col-xs-12 text-center">
<hr class="dashed">
<h2>– Thanks for visiting! –</h2>
<small class="gray">Copyright © <script type="text/javascript">document.write(new Date().getFullYear());</script> Tabassum Khanum — All Rights Reserved — Made with <i class="fas fa-heart" style="color: red;"></i></small>
</div>
</footer>
</div>
<!-- Contact Modal -->
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactTitle">
<div class="modal-dialog" role="document">
<div class="modal-content bg-pink">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h3 class="modal-title" id="contactTitle">Contact Me</h3>
</div><!-- /.modal-header -->
<div class="modal-body">
<form class="mb-15">
<div class="form-group">
<label class="sr-only" for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<label class="sr-only" for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<label class="sr-only" for="subject">Subject</label>
<input type="text" class="form-control" id="subject" placeholder="Subject" required>
</div>
<div class="form-group">
<label class="sr-only" for="message">Message</label>
<textarea class="form-control" id="message" rows="6" placeholder="Your message here..." required></textarea>
</div>
<small>*All fields are required</small>
<div class="checkbox">
<label>
<input type="checkbox"> I'm a robot!
</label>
</div>
</form>
<div class="modal-footer">
<button type="button" class="btn td-btn outline small white" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn td-btn outline small white">Send Message</button>
</div><!-- /.modal-footer -->
</div><!-- /.modal-body -->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</body>
</body>
</html>