-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.html
54 lines (45 loc) · 1.59 KB
/
start.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
<div class="startPage page" ng-swipe-right="responsive.selectPage(1)" ng-swipe-left="responsive.selectPage(7)">
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Home
<small>Welcome</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">About</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="row">
<div class="col-md-6 me">
<img class="img-responsive" src="img/rachidHome.jpg" alt="">
</div>
<div class="col-md-6">
<h2>Welcome to my online portfolio</h2>
<p>Hello Everyone,</p>
<br>
<p>Welcome to my online portfolio! I put together this website to showcase some of my work and accomplishments, as well as to express my dreams and career goals. Within this portfolio you will find my biography, resume, and contact information. Please take a look around and do not hesitate to contact me if you have any questions, comments, or business opportunities that may be of interest . </p>
<p>If you like what you see here,and want to have your fx,compositing,motion graphics or editing work done feel free to contact me , I will be very happy to work with you. </p>
<br>
<br> Thank you for stopping by,
<br> Rachid Nasr
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Rachid Nasr 2016</p>
</div>
</div>
</footer>
</div>
</div>