Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DaTA
matos
Commits
22155dd7
Commit
22155dd7
authored
Oct 04, 2016
by
Pesah Arthur
Browse files
First commit
parents
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
22155dd7
index.html
0 → 100644
View file @
22155dd7
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Recensement de matériel
</title>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<nav
class=
"navbar navbar-fixed-top navbar-dark bg-inverse"
>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"#"
>
Home
<span
class=
"sr-only"
>
(current)
</span></a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"#"
>
About
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"#"
>
Contact
</a>
</li>
</ul>
</nav>
<ul
class=
"nav nav-pills nav-stacked"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Menu 1
</a></li>
<li><a
href=
"#"
>
Menu 2
</a></li>
<li><a
href=
"#"
>
Menu 3
</a></li>
</ul>
<div
class=
"container"
>
<header>
<h1>
Liste du matériel
</h1>
</header>
<section>
<table
id=
"ordis"
>
<tr>
<td><img
src=
"ordinateur.png"
/></td>
<td><img
src=
"ordinateur.png"
/></td>
</tr>
<tr>
<td><a
href=
"ordi_specs.html"
>
Ordinateur 1
</a></td>
<td><a
href=
"ordi_specs.html"
>
Ordinateur 2
</a></td>
</tr>
</table>
<ul>
<li>
Ordinateur 1
</li>
<li>
Ordinateur 2
</li>
</ul>
</section>
</div>
</body>
</html>
ordi_specs.html
0 → 100644
View file @
22155dd7
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Recensement de matériel
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<header>
<h1>
Spécification de l'ordinateur
</h1>
</header>
<section>
<img
src=
"ordinateur.png"
/></td>
</section>
</body>
</html>
ordinateur.png
0 → 100644
View file @
22155dd7
66.3 KB
style.css
0 → 100644
View file @
22155dd7
h1
{
color
:
red
;
text-align
:
center
;
}
table
,
tr
,
td
{
border
:
1px
solid
black
;
border-collapse
:
collapse
;
}
#ordis
img
{
width
:
100px
;
height
:
100px
;
}
body
{
padding-top
:
5rem
;
}
.starter-template
{
padding
:
3rem
1.5rem
;
text-align
:
center
;
}
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