-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
43 lines (38 loc) · 2.05 KB
/
404.php
File metadata and controls
43 lines (38 loc) · 2.05 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
<?php include("inc/headernova.php");?>
<!-- header -->
<section id="header-wrap">
<header id="site-header" class="group">
<div id='brand'>
<h1>saforian</h1>
<a href="http://www.saforian.com"><img src="/images/logo_saforian_ie.png" alt="Saforian"></a>
</div>
<nav id="site-nav">
<ul class='topnav group'>
<li><a href='/#top' id='topnav-hello' data-scrollto='safo-start'>Hello</a></li>
<!-- <li><a href='/#history' id='topnav-history' data-scrollto='safo-history'>History</a></li> -->
<!-- <li><a href='/#method' id='topnav-method' data-scrollto='safo-methodology'>Strategy</a></li> -->
<li><a href="/#services" id="topnav-services" data-scrollto='safo-services'>Services</a></li>
<li><a href='/#clients' id='topnav-clients' data-scrollto='safo-clients'>Clients</a></li>
<li><a href='/#work' id='topnav-work' data-scrollto='safo-work'>Work</a></li>
<li><a href='/#careers' id='topnav-careers' data-scrollto='safo-jobs'>Careers</a></li>
<li class="last"><a href='/#contact' id='topnav-contact' data-scrollto='safo-contact'>Contact</a></li>
</ul>
<span class="opennav"></span>
</nav>
</header>
</section>
<section class="reg-bg">
<div class="std-block">
<header class="std-header">
<div id="contentArea" class="misc">
<h1> </h1>
<img src="../../images/404.gif" alt="Drupal CMS">
</div>
</header>
<article class="std-body">
<h3>The importance of a persona</h3>
<p>Believe it or not, personas are actually very simple. Essentially, personas represent the characteristics, goals, motivations, and behaviors of your audience. Think of your persona as a mini marketing campaign designed to engage your audience. For example, if you are designing an online shopping site, you could create a frequent shopper persona, Julie the shopaholic, and a new shopper persona, Betty the working mother. Do your homework and find out as much as possible about your audience to make personas believable and memorable. Challenge yourself and be creative.</p>
</article>
</div>
</section>
<?php include("inc/footer404.php");?>