-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (116 loc) · 5.39 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
<htm>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/default_fonts.css" />
<link rel="stylesheet" href="css/main.css" />
<title>test</title>
</head>
<body>
<div class="bodyCover"></div>
<header>
<nav class="onTop">
<div>logo</div>
<div>ABOUT</div>
<div>SERVICES</div>
<div>CONTACT</div>
</nav>
<div class="socLinks onTop">
<a href="https://www.facebook.com/Christoph.bastable/">
<div class="fb"></div>
</a>
<a href="https://www.instagram.com/chrisbastable/">
<div class="ins"></div>
</a>
<div class="tw"></div>
</div>
<div class="headBlock">
<h1 class="pageTitle onTop">CBASKEY.IT</h1>
<p CLASS="pageSubSubTitle onTop">Plain and simple brand strategy.</p>
</div>
<h4 class="pageSubTitle onTop">The next step in making your project a brand.</h4>
</header>
<div class="title">
</div>
<div id="wrapper">
<div class="section1">
<div class="container">
<div class="cell1">
<div class="cell3Text">
<h3>ABOUT US</h3>
<p>
CBaskey.IT are a team of specialists that know the business sector inside and out and make it our business to make your business awesome.
</p>
<em>
Don't just take our word for it; check out our portfolio and see what we have done for others.
</em>
<h4 class="more">More..</h4>
</div>
</div>
<div class="cell2">
<img class="desk" src="images/assets/sequence-22.jpg" alt="" />
<img class="mobile" src="images/assets/image004.jpg" alt="" />
</div>
<div class="cell3">
<div class="cell3Text">
<h3>OUR GOAL</h3>
<p>
Our strategy is simply to provide you and your staff with the knowledge and tools to run your business and maximize it's full potential.
</p>
<em>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint, magni fugit reprehenderit velit explicabo doloremque!
</em>
<h4 class="more">More..</h4>
</div>
</div>
</div>
</div>
<section class="section2">
<div class="cell4">
<div class="cell4-cell1">
<h3>STRATEGY</h3>
<p class="cell4HeaderP">
Brand strategy is a plan that encompasses specific, long-term goals that can be achieved with the evolution of a successful brand -- the combined components of your company's character that make it identifiable.
</p>
<img src="images/other/Image160.jpg" alt="" />
<p>
In fact, your brand is much more than that -- it's the stuff that feels intangible. But it's that hard-to-pin-down feeling that separates powerhouse and mediocre brands from each other. </p>
</div>
<div class="cell4-cell1">
<h3>PROMISE</h3>
<p class="cell4HeaderP">
Every brand makes a promise. But in a marketplace in which consumer confidence is low and budgetary vigilance is high, it’s not just making a promise that separates one brand from another
</p>
<img src="images/other/Image009.jpg" alt="" />
<p>
Every brand makes a promise. But in a marketplace in which consumer confidence is low and budgetary vigilance is high, it’s not just making a promise that separates one brand from another.
</p>
</div>
</div>
<div class="cell4-footer">
<p>
Don't just take our word for it; check out our portfolio and see what we have done for others.
</p>
</div>
</section>
</div>
<div class="footnote">
<h4>WHAT ARE YOU WAITING FOR?</h4>
<p>Pick up the phone and make yourself awesome today.</p>
</div>
<footer>
<div class="footerSocial">
<div class="fb"></div>
<div class="ins"></div>
<div class="tw"></div>
</div>
<ul>
<li>About</li>
<li>Services</li>
<li>Contact</li>
</ul>
<div class="copyright">
© Bluewing graphics 2021
</div>
</footer>
</body>
</htm>