-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (140 loc) · 6.35 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
<!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">
<title>Chau Tran's personal website</title>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!---->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav id ="header-nav" class="navbar navbar-inverse navbar-fixed-top">
<div class= "container">
<div class="navbar-header">
<div class="navbar-brand">
<a href="index.html"><h1>Chau Tran</h1></a>
</div> <!--End of navbar brand-->
<button id="navbarToggle" type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapsable-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> <!-- End of navbar-header-->
<div id="collapsable-nav" class="collapse navbar-collapse">
<ul id="nav-list" class="nav navbar-nav navbar-right">
<li>
<a href="index.html">
Home</a>
</li> <!--End of li 1-->
<li>
<a href="#about-me">
About Me</a>
</li>
<li>
<a href="#project-tiles">
My Projects</a>
</li>
<li>
<a href="#contact-info"> Contact Me </a>
</li>
</ul>
</div> <!--End collapsable-nav-->
</div> <!--End header-nav-->
</nav>
</header>
<div id="main-content" class="container">
<section id="heroSec">
<div class="container">
<section class="hero hero-primary bg-image">
<img src="https://source.unsplash.com/OqtafYT5kTw">
<div class="container">
<div class="hero-body">
<h1 class="hero-title">My name is Chau Tran</h1>
<h4 class="hero-subtitle">I am a front-end web developer based in New York City</h4>
<button class="btn btn-primary btn-lg">Hire Me!</button>
</div>
</div>
</section> <!--End of hero section-->
<section>
<div id="about-me" >
<div class="row">
<div class="col-1-3 pull-right">
<img src = "https://i.postimg.cc/BbJP9nsq/24085195-1767005643311888-970282928-o.jpg" alt="My profile pic" class="img-responsive">
</div>
<div class="col-2-3">
<ul>
<li> I am a self-taught developer with an eye for design and animation. </li>
<li>I strongly believe in life long learning and I'm constantly exploring new ideas, technologies and hobbies. Freecodecamp and CodePen have inspired me to update my skills in design and coding.</li>
<li> Aside from coding, I have exposed myself to different career paths in sales, finance, and non profit to expand my knowledge horizon.</li>
<li> Highlighted skills: HTML, CSS, JavaScript, jQuery, Bootstrap, Reactjs, Nodejs</li>
</ul>
</div>
</div>
</div>
</section>
<hr>
<div id="project-tiles" class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="coding-projects.html"><div id="coding-work">
<div class="thumbnail">
<img src="https://source.unsplash.com/zE007SNgcdE" height="350" width="350">
</div>
<span>Coding Projects</span></div></a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="arts-craft.html"><div id="arts-craft">
<div class="thumbnail">
<img src="https://source.unsplash.com/X6CZGpJBi8U" height="350" width="350">
</div>
<span>Art & Craft</span></div></a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="cooking.html"><div id="food">
<div class="thumbnail">
<img src="https://source.unsplash.com/uQs1802D0CQ" height="350" width="350">
</div>
<span>Food Show</span></div></a>
</div>
</div> <!--End of project tiles-->
</div><!-- End of #main-content -->
<footer id="contact-info" class="panel-footer">
<div class="container">
<h2 class="text-center"><i class="fa fa-phone" aria-hidden="true"></i>
GET IN TOUCH </h2>
<div class="row">
<section id="summary" class="col-sm-4">
<p> Whether you are looking for an art-and-craft buddy, your favorite food recipe,
or a beautiful website, I am right here to fulfill your wishes!</p>
<p><i class="fa fa-envelope" aria-hidden="true"></i>
Shoot me an email</p>
<hr class="visible-xs">
</section>
<section id="contact" class="col-sm-4">
Chau Tran<br>
Brooklyn, New York City<br>
cmtran7393@gmail.com
<hr class="visible-xs">
</section>
<section id="social-media" class="col-sm-4">
<span>Social media</span><br>
<a href="https://github.com/ChauTran73" class="fa fa-github fa-lg" target="_blank"></a>
<a href="https://www.linkedin.com/in/chautran73/" class="fa fa-linkedin fa-lg" target="_blank"></a>
<a href="https://www.instagram.com/chauminhtran/" class="fa fa-instagram fa-lg" target="_blank"></a>
</section>
</div>
<h4 class="text-center"> Made with <i class="fa fa-heart" aria-hidden="true"></i> and <i class="fa fa-music" aria-hidden="true"></i></h4>
<div style="color:white" class="text-center">© Copyright Chau Tran 2018</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>