Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti02
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joel Marpaung
pa2d4ti02
Commits
aa0ec71c
Commit
aa0ec71c
authored
7 years ago
by
Joel Marpaung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
03344b1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
94 deletions
+0
-94
about.html
templates/general/about.html
+0
-94
No files found.
templates/general/about.html
deleted
100644 → 0
View file @
03344b1a
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>
Microsoft Student Partner
</title>
<link
href=
"css/bootstrap.css"
rel=
"stylesheet"
type=
"text/css"
media=
"all"
>
<link
href=
"css/style.css"
rel=
"stylesheet"
type=
"text/css"
media=
"all"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<script
type=
"application/x-javascript"
>
addEventListener
(
"load"
,
function
()
{
setTimeout
(
hideURLbar
,
0
);
},
false
);
function
hideURLbar
(){
window
.
scrollTo
(
0
,
1
);
}
</script>
<link
href=
'http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700'
rel=
'stylesheet'
type=
'text/css'
>
<link
href=
'http://fonts.googleapis.com/css?family=Pacifico'
rel=
'stylesheet'
type=
'text/css'
>
<script
src=
"js/jquery.min.js"
></script>
</head>
<body>
<!-- header -->
<div
class=
"banner"
>
<div
class=
"container"
>
<div
class=
"logo"
>
<a
href=
"index.html"
><img
src=
"images/logo.png"
class=
"img-responsive"
alt=
""
/></a>
</div>
</div>
<div
class=
"header-bottom"
>
<div
class=
"container"
>
<div
class=
"head-nav"
>
<span
class=
"menu"
>
</span>
<ul>
<li><a
href=
"index.html"
>
Home
</a></li>
<li
class=
"active"
><a
href=
"about.html"
>
About
</a></li>
<div
class=
"clearfix"
>
</div>
</ul>
</div>
<!-- script-for-nav -->
<script>
$
(
"span.menu"
).
click
(
function
()
{
$
(
".head-nav ul"
).
slideToggle
(
300
,
function
()
{
// Animation complete.
});
});
</script>
<!-- script-for-nav -->
<div
class=
"search-box"
>
<form>
<input
type=
"text"
name=
"s"
class=
"textbox"
value=
"search something"
onfocus=
"this.value = '';"
onblur=
"if
(this.value == '') {this.value = 'search something';}"
>
<input
type=
"submit"
value
>
</form>
</div>
<div
class=
"clearfix"
>
</div>
</div>
</div>
</div>
<!-- header -->
<!-- content -->
<div
class=
"container"
>
<div
class=
"content"
>
<!-- about -->
<div
class=
"about"
>
<div
class=
"col-md-5"
>
<img
src=
"images/book.jpg"
class=
"img-responsive"
alt=
""
/>
</div>
<div
class=
"col-md-7"
>
<h2>
Tentang Saya
</h2>
<p>
Saya adalah seorang mahasiswa di Institut Teknologi Del. Institusi ini berlokasi di Sitoluama, Laguboti, Sumatera Utara. Saya mengambil jurusan D IV Teknik Informatika. Saya sangat tertarik dengan hal-hal yang berbau teknologi.
</p>
</div>
<!-- about -->
</div>
</div>
<!-- content -->
<!-- footer -->
<div
class=
"footer"
>
<div
class=
"container"
>
<div
class=
"social"
>
<ul>
<li><a
href=
"#"
><i
class=
"fb"
>
</i></li></a>
<li><a
href=
"#"
><i
class=
"twt"
>
</i></li></a>
<div
class=
"clearfix"
></div>
</ul>
</div>
</div>
</div>
<!-- footer -->
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment