-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (78 loc) · 2.82 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dunni Adenuga's Portfolio</title>
<link rel="stylesheet" href="./css/portfolio.css">
</head>
<body>
<section class="introductionBox">
<section class="leftColumn">
<h1>Dunni Adenuga</h1>
<p>
I am a senior computer science undergraduate at Bucknell University.
I have experience creating mobile applications on android and cross mobile
platforms like React Native. I am familiar with languages such as Java, C,
Python, SQL and JavaScript. I'm interested in artificial intelligence and
its effects. This is my first foray into web development. My contact
information is <a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
<img
src= "./images/dunni2.jpg"
alt= "Can' find picture"
width= "105"
height="118"
>
</section>
<section class="sample">
<h2>Sample Course Work</h2>
<p>Contains every of my work in the Full Stack Web Applications class.
It shows my web application learning process. Projects involved in this
process are described below.</p>
<ul>
<li>
<a href="./html/fontfun.html"> Playing with Fonts</a>
</li>
</ul>
</section>
<article class="allProjects">
<section class="project1">
<h2>Project 1</h2>
<p>
For project 1, you will apply CSS styling and positioning to make your
portfolio website fully responsive as specified below.
<a href="https://www.eg.bucknell.edu/~amm042/fullstack/sp18/2018/01/10/project-1a-css-layout/">
More Info</a> </p>
<ul>
<li>
<a href="./html/project1b.html"> Project 1(b) - with BootStrap CSS</a>
</li>
</ul>
</section>
<section class="project2">
<h2>Project 2</h2>
<p>
For project 2, use Course API to display interesting courses based on user's requirements.
Should use React too as specifiedd below.
<a href="https://www.eg.bucknell.edu/~amm042/fullstack/sp18/2018/03/07/project-2-react-courses/">MoreInfo</a>
</p>
<ul>
<li>
<a href="https://dunniadenuga.github.io/fullStack/reactProjects/project2courselookup/release/v1.0/"> Project 2</a>
</li>
</ul>
</section>
<section class="project3">
<h2>Project 3</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas
accumsan tortor et ante tempor, in pretium neque euismod. Mauris
molestie dignissim dictum. Integer molestie lectus a lorem consectetur
sodales. Pellentesque non massa in leo maximus lobortis. Suspendisse
aliquam ligula sed libero commodo, at rhoncus ipsum fermentum.</p>
</section>
</article>
</body>
</html>