-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (67 loc) · 3.32 KB
/
index.html
File metadata and controls
67 lines (67 loc) · 3.32 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
<!DOCTYPE html>
<html>
<head>
<title>Welli Ali Abdullah</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Comfortaa:300|Lobster" rel="stylesheet">
<link rel="stylesheet" type = "text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" type = "text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<link rel="stylesheet" type = "text/css" href="/styles/main.css">
</head>
<body>
<div class="container">
<div class="row">
<h1>Welli Ali Abdullah</h1>
</div>
<div class="row">
<div class="five columns">
<div class="boxes box1">
<h3>About Me</h3>
</div>
</div>
<div class="five columns">
<div class="boxes box2">
<h3>Projects</h3>
</div>
</div>
</div>
<div class="row">
<div class="five columns">
<div class="boxes box3">
<h3>Cultural Blogs</h3>
<ul>
<li><a href="https://dev-welli.github.io/blog/c1-reflection-blog.html">C1: Reflection</a></li>
<li><a href="https://dev-welli.github.io/blog/c1-time-and-habits-blog.html">C1: Time and Habit</a></li>
<li><a href="https://dev-welli.github.io/blog/c2-emotional-intelligence.html">C2: Emotional Intelligence</a></li>
<li><a href="https://dev-welli.github.io/blog/c3-meditation-process.html">C3: Meditation Process</a></li>
<li><a href="https://dev-welli.github.io/blog/c4-daily-mindfulness.html">C4: Daily Mindfulness</a></li>
<li><a href="https://dev-welli.github.io/blog/c5-self-confidence.html">C5: Self Confidence</a></li>
<li><a href="https://dev-welli.github.io/blog/c6-control.html">C6: Control</a></li>
<li><a href="https://dev-welli.github.io/blog/c7-motivation.html">C7: Motivation</a></li>
<li><a href="https://dev-welli.github.io/blog/c8-connecting.html">C8: Connecting</a></li>
<li><a href="https://dev-welli.github.io/blog/c9-leadership.html">C9: Leadership</a></li>
</ul>
</div>
</div>
<div class="five columns">
<div class="boxes box4">
<h3>Technical Blogs</h3>
<ul>
<li><a href="https://dev-welli.github.io/blog/t2-html-css-dom-p1.html">T2: Technical Blog part 1</a></li>
<li><a href="https://dev-welli.github.io/blog/t2-html-css-dom-p2.html">T2: Technical Blog part 2</a></li>
<li><a href="https://dev-welli.github.io/blog/t3-design-to-web-blog.html">T3: Design to Web</a></li>
<li><a href="https://dev-welli.github.io/blog/t4-javascript-basics.html">T4: Javascript Basics</a></li>
<li><a href="https://dev-welli.github.io/blog/t5-problem-solving.html">T5: Problem Solving</a></li>
<li><a href="https://dev-welli.github.io/blog/t6-js-language.html">T6: JavaScript Language</a></li>
<li><a href="https://dev-welli.github.io/blog/t6-scope.html">T6: Javascript's Scope</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<p>Welli Ali Abdullah 2018</p>
</footer>
</body>
</html>