-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutUs.php
More file actions
81 lines (74 loc) · 4.44 KB
/
aboutUs.php
File metadata and controls
81 lines (74 loc) · 4.44 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
<!-- LOAD HEADER -->
<?php include("header.php"); ?>
<!-- LOAD HEADER -->
<div class="breadcrumbs">
<div class="container">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li class="active">About Us</li>
</ol>
</div>
</div>
<div class="midle_container">
<div class="container">
<div class="page">
<div class="page_title2">
<h2>About Us</h2>
<span>Hello bloggers, Guest Crew is here!</span>
</div>
<div class="col-md-8"><div class="row">
<div class="page_block margin_15_r">
<h3>There are bloggers and there are guest bloggers.</h3>
<div class="about_item">
<p><img src="images/theatre.png">Perhaps in the last few years I have done more guest posts that what I have posted on my own blogs. From the other way round,
I have accepted more guest posts on my blogs than
I have posted myself.</p>
</div>
<div class="about_item">
<p><img src="images/calculator.png">I used to guest post like crazy. I remember when one of my guest posts on comluv got 100+ comments. It was fun replying to all those comments and thanking them for their time.
Later, when I landed one of my guest posts on Problogger.</p>
<p>
It was Huge! Many people emailed me, thanking me for a great post. Some of them I knew, they were like – wow, it was you?
You got featured on Problogger.</p>
</div>
<div class="about_item">
<p><img src="images/presentation.png">It did not stopped there, I continued with guest posting and made it to copyblogger and twice. I remember when John Chow accepted my guest post, that was another very active community
with plenty of comments and activity. Moving on,
I found life hack and write to done and make a living writing.
Then it was kikolani and blogging tips.</p>
</div>
<div class="about_item">
<p><img src="images/passport.png">All these years and so many projects – it was guest blogging
than kept me going.</p>
</div>
<div class="about_item">
<p><img src="images/workplace.png">And now, here I am. It is Guest Crew, finally live and kicking.
Let’s start the Guest Posts rolling.</p>
</div>
</div>
</div></div>
<div class="col-md-4"><div class="row">
<div class="page_block margin_15_l right_side">
<div class="user_about">
<img src="images/user.png">
<p>Oleg Calugher <br><span>Co-founder Guest Crew</span></p>
</div>
<p>I am Oleg Calugher, your fellow blogger, Co-founder and CEO of Guest Crew.
Contact me from Guest Crew.
Join me on Facebook or connect
with me on Twitter.
Any problems? Post Your Questions here (for the quickest possible replies).
Thanks,</p>
<button class="green_button">send message</button>
<a href="#"><img src="images/twiter_user.png"></a>
<a href="#"><img src="images/facebook_usser.png"></a>
<div class="clear"></div>
</div>
</div></div>
<div class="clear"></div>
</div>
</div>
</div>
<!-- LOAD FOOTER -->
<?php include("footer.php"); ?>
<!-- LOAD FOOTER -->