-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (63 loc) · 3.76 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
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="https://use.fontawesome.com/releases/v5.0.7/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="about.css">
<title>About_Allison K. Williams</title>
</head>
<body>
<div class='wrapper'>
<header>
<div id='myName'>Allison K. Williams</div>
<nav>
<ul>
<li id='about'>
<a href="index.html">
About</a>
</li>
<li id='portfolio'>
<a href='gallery.html'>
Portfolio</a>
</li>
<li id='contact'>
<a href="contact.html">Contact</a>
</ul>
</nav>
</header>
<div class='aboutMe'>
<h1>About Me</h1>
<img id='headShot' src='images/headshot.jpg' />
<p>Relief gender rights bandwidth benefit corporation, efficient incubator; uplift low-hanging fruit theory of change communities the resistance vibrant natural resources fairness. Corporate social responsibility innovation social return on investment initiative engaging a vibrant state of play. Empower communities because; collective impact,
triple bottom line unprecedented challenge shared value. Social return on investment greenwashing, framework,
empathetic families state of play benefit corporation; rubric compelling engaging design thinking impact
commitment transparent. Move the needle inspirational leverage thought leadership relief, social entrepreneur
efficient triple bottom line inspire. Humanitarian a social capital academic support living a fully ethical
life B-corp shared unit of analysis. Communities or low-hanging fruit strategize strategize compassion youth;
uplift social capital, replicable living a fully ethical life strengthening infrastructure.</p>
<br>
<br>
<p>Impact synergy; innovate; equal opportunity, justice global equal opportunity peaceful support. Segmentation
incubator to; society black lives matter equal opportunity parse, and collective impact benefit corporation
strategize. Shared unit of analysis, framework or and we must stand up natural resources thought leadership
co-creation ecosystem then external partners milestones shared unit of analysis. Citizen-centered, black
lives matter granular, and justice relief, resilient, agile white paper external partners.</p>
</div>
</div>
<section class='connect'>
<h3>Connect with Me</h3>
<a href='https://github.com/AceKingQueen' target='_blank'>
<img id='gitHub' src='images/gitHub.svg'></a>
<a href='https://www.linkedin.com/in/allisonkingwilliams/' target='_blank'>
<img id='linkedIn' src='images/linkedIn.svg'></a>
<a href='https://stackoverflow.com/users/9254004/allison-williams' target='_blank'>
<img id='stackOverflow' src="images/stackoverflow.svg"></a>
</section>
<footer>Copyright ©2018 Allison K. Williams</footer>
</body>
</html>