-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (85 loc) · 1.92 KB
/
Copy pathindex.html
File metadata and controls
89 lines (85 loc) · 1.92 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
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<style>
body{
height: 100%;
margin: 0;
}
#side-bar{
background-color: lightblue;
float: left;
height: 300vh;
width: 10%;
display: block;
}
#content{
float: right;
width: 75%;
height:100%;
padding-right: 10%;
padding-left: 5%;
}
#entry {
border-style: solid;
border-width: 1px;
padding: 25px;
}
#title {
/* background-color: steelblue;*/
width: 90%;
float:right;
height: 75px;
padding: 0;
text-align: center;
}
ul {
list-style-type: none;
padding: 0px;
margin-left: 15px;
}
li {
padding: 10px;
}
</style>
<body>
<div id="title"><h1>Wilson's Github Blog<h1></div>
<div id="side-bar">
<H3>Blog Contents</H3>
<ul>
<li><a href="index.html">Ushahidi</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
</div>
<div id="content">
<p id="entry">
Created wiki page for a quick install guide for Ushahidi using MAMP on Mac OSX. Still awaiting WikiHow for approval. Here is a screen shot:
<br>
<img src="wikihow.png" style="width:800px"; height="1000px";>
<br>
<br>
April 8, 2015
</p>
<p id="entry">
Adding to the read me file and suggesting the use of MAMP and a section for quick installation guide.
<img src="readme.png" style="width:800"; height="600";>
<br>
<br>
April 6, 2015
</p>
<p id="entry">
Here's the link to the screen cast demonstrating MAMP to host Usihidi.
<br>
<a href="https://youtu.be/y2He54lt4yQ">https://youtu.be/y2He54lt4yQ</a> <br>
<br>
<br>
April 6, 2015
</p>
<p id="entry">
For the past couple days, I have been looking into the Usahidi Project. I believe they would really benefit by suggesting to their developers that MAMP would be a good tool to use for local hosting. I plan on making a screen cast on how to set it up, add MAMP to the read me and post any replies or emails that I may get from the developers on the Usihidi project.
<br>
<br>
April 4, 2015
</p>
</div>
</body>
</html>