-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
99 lines (80 loc) · 4.47 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Fashionister</title>
<link rel="stylesheet" href="materialize-v1.0.0/materialize/css/materialize.min.css">
</head>
<body>
<nav class="" role="navigation">
<div class="nav-wrapper container">
<a title="Home" id="logo-container" href="Home.html" class="brand-logo"><span class="teal-text">The
</span><span>Fashionister</span></a>
<ul class="right hide-on-med-and-down">
<li><a href="LogIn.html">Log In</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col card s12 m12 l12">
<div class="card-content">
<span class="card-title">About Fashionister</span>
<p>When you have a great story about how your product or service was built to change lives, share
it. The "About Us" page is a great place for it to live, too. Good stories humanize your brand,
providing context and meaning for your product. What’s more, good stories are sticky -- which
means people are more likely to connect with them and pass them on.</p>
<br>
<p>Yellow Leaf Hammocks tells users about its product by describing how the hammocks empower artisan
weavers and their families. The company breaks down different pieces of the story into sections
that combine words and easily digestible graphics, painting a picture instead of big chunks of
text. They're clear about why they're different: "Not a Charity," the page reads. And then:
"This is the basis for a brighter future, built on a hand up, not a handout."</p>
<br>
<p>Every company has a story to tell, so break out your storytelling skills from that random English
class you took years ago and put them to work on your "About Us" page. Using descriptive and
emotive copy and gorgeous graphics, an "About Us" page with a story works harder for your
business than a generic one.</p>
<br>
<p>People tend to think that "About Us" pages have to sound formal to gain credibility and trust.
But most people find it easier to trust real human beings, rather than a description that sounds
like it came from an automaton. Trying to sound too professional on your "About Us" page results
in stiff, “safe” copy and design -- the perfect way to make sure your company blends in with the
masses.</p>
</div>
<div class="card-action">
<a href="Home.html" class="btn">Home</a>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l8 s12">
<h5 class="white-text"><span class="teal-text">The </span>Fashionister</h5>
<p class="grey-text text-lighten-4">We are a team of college students working on this project like
it's our full time job. Any amount would help support and continue development on this project
and is greatly appreciated.</p>
</div>
<div class="col l4 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="Home.html">Home</a></li>
<li><a class="white-text" href="LogIn.html">Log Out</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Fashion design style management system, Made by: Bondesvick. bondesvick@gmail.com
</div>
</div>
</footer>
<script src="jquery-3.3.1.min.js"></script>
<script src="materialize-v1.0.0/materialize/js/materialize.min.js"></script>
</body>
</html>