Skip to content

Commit 0c9b704

Browse files
author
Ronald Ekambi
committed
fixed navbar
1 parent 968245f commit 0c9b704

File tree

6 files changed

+3
-14
lines changed

6 files changed

+3
-14
lines changed

img/drywall.png

539 KB
Loading

img/goals.png

455 KB
Loading

img/tytan.png

915 KB
Loading

img/webtools.png

279 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h1 class="text-center title-projects">PORTFOLIO</h1>
129129
<div class="col-sm-4 web all">
130130
<div class="panel panel-default card-effect">
131131
<div class="panel-body">
132-
<img src="./Ronald Ekambi_files/myweb.png" class="img-responsive fit-in-panel">
132+
<img src="img/myweb.png" class="img-responsive fit-in-panel">
133133
</div>
134134
<div class="panel-footer text-center"> <a href="http://ronaldekambi.ca/" target="_blank">ronaldekambi.ca</a> </div>
135135
</div>
@@ -153,7 +153,7 @@ <h1 class="text-center title-projects">PORTFOLIO</h1>
153153
</div>
154154
<div class="row text-center" id="resume">
155155
<h1 class="text-center title-projects">RESUME</h1>
156-
<object data="./Ronald Ekambi_files/ronaldweb.pdf" type="application/pdf" width="70%" height="80%" style="padding-bottom: 10px;" internalinstanceid="3">
156+
<object data="files/ronaldweb.pdf" type="application/pdf" width="70%" height="80%" style="padding-bottom: 10px;" internalinstanceid="3">
157157
<p>PDF too large to load on mobile but you can download it
158158
<a href="files/ronaldweb.pdf">here</a>
159159
</p>

main.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
body{
22
padding-top: 65px;
3-
background-color: blue;
43
}
54
.title-projects{
65
font-size: 40px,
@@ -105,18 +104,8 @@ body{
105104
-o-transition: margin 0.2s ease-out;
106105
transition: margin 0.2s ease-out;
107106
}
108-
/*#page{
109-
display:none;
110-
}*/
111107
#loading{
112108
display:block;
113109
height: 100%;
114110
width: 100%;
115-
}
116-
/*@font-face {
117-
font-family: 'Abril Fatface Regular';
118-
src: url('font/AbrilFatface-Regular.otf');
119-
src: url('font/BRUSHSCI.TTF') format('truetype');
120-
font-weight: normal;
121-
font-style: normal;
122-
}*/
111+
}

0 commit comments

Comments
 (0)