-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (110 loc) · 3.32 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
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Amadou's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="images/amadou.png" alt="amadou's profile picture" width="150" height="150"></td>
<td>
<h1>Amadou Cissé</h1>
<p><em>Founder and CEO of <strong>LVR Luvirel</strong><br>
Student at the <strong>Radboud University</strong> School of Management Nijmegen<br>
First year Bachelor of Sciense <strong><a href="https://www.ru.nl/opleidingen/bachelor/business-administration/">Business Administration</a></strong><br>
2019-2020</em></p>
<p>I am alwasy buzzing around to find the next big thing.<br>
I have a broad interest in Entrepreneurship and Marketing. <br>
Recently working on E-commerce and other E-share and marketplace platforms.<br>
My greatest passion is to know man. To understand what makes them tick.</p>
</td>
</tr>
</table>
<hr size="2" noshade>
<h3>Education</h3>
<p>Openbare Basisschool de Molenwerf <br>
RSG Lingecollege Atheneum <br>
Radboud University</p>
<hr size="2" noshade>
<h3>Books and Courses</h3>
<h4>Books</h4>
<ul>
<li><a href="https://www.bol.com/nl/p/digitale-marketing-en-commerce/9200000122518035/?bltgh=kZp2-iIyfgZDW2DrMhdISQ.1_4.6.ProductImage">Emile Lancee - Digitale Marketing and E-commerce</a></li>
<li><a href="https://www.bol.com/nl/p/antifragile/9200000002650305/?bltgh=kmNcaU-B-XivRZOTZP5IQA.1_4.5.ProductImage">Nasim Nicholas Taleb - Anti-Fragile</a></li>
<li><a href="https://www.bol.com/nl/p/a-discourse-on-inequality/1001004000636551/?bltgh=ryIGiSJORgL7ImRxm-NE7A.1_4.5.ProductImage">Jean-Jacque Rousseau - A Discourse on inequality</a></li>
</ul>
<h4>Courses</h4>
<ol>
<li>Radboud - Business Administration</li>
<li>Udemy - Webdesign Using Figma and Webflow</li>
<li>Udemy - The Complete webdevelopment course</li>
</ol>
<a href="hobbies.html">My Hobbies</a><br>
<a href="contact.html">Reach out to me here</a>
<hr size="2" noshade>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2018</td>
<td>McDonalds Flipping Burgers</td>
</tr>
<tr>
<td>2018-2019</td>
<td>Kuehne & Nagel Logistcs</td>
</tr>
<tr>
<td>2020</td>
<td>Self Employed LVR Luvirel</td>
</tr>
</tbody>
</table>
<hr size="2" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<td>Shopify</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Mailchimp</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Facebook Business Manager</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Figma</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Ableton Live</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Logic X</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SEO</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Digital Marketing</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</body>
</html>