Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
Ecsite
Project
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shoei.kanno
Ecsite
Commits
0090535a
Commit
0090535a
authored
Oct 16, 2020
by
issei.miyajima
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'TOP画面追加' into 'master'
TOP画面追加 See merge request
!9
parents
4e78b81d
5d4b4294
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
15 deletions
+26
-15
style.css
src/main/resources/static/css/style.css
+6
-2
スニーカー1.jpg
src/main/resources/static/images/スニーカー1.jpg
+0
-0
スニーカー2.jpg
src/main/resources/static/images/スニーカー2.jpg
+0
-0
スニーカー3.jpg
src/main/resources/static/images/スニーカー3.jpg
+0
-0
index.html
src/main/resources/templates/index.html
+20
-13
No files found.
src/main/resources/static/css/style.css
View file @
0090535a
...
...
@@ -187,7 +187,7 @@ video {
iframe
,
embed
,
object
{
max-width
:
100%
;
}
input
,
textarea
{
input
:not
(
.logoutBtn
)
,
textarea
{
color
:
#000
!important
}
...
...
@@ -1676,4 +1676,8 @@ label {
/* ログイン画面終了 */
/* 宮嶋(TOPログアウト) */
.logoutBtn
{
color
:
white
;
margin-top
:
10px
;
}
src/main/resources/static/images/スニーカー1.jpg
0 → 100644
View file @
0090535a
69.9 KB
src/main/resources/static/images/スニーカー2.jpg
0 → 100644
View file @
0090535a
4.77 KB
src/main/resources/static/images/スニーカー3.jpg
0 → 100644
View file @
0090535a
7.34 KB
src/main/resources/templates/index.html
View file @
0090535a
...
...
@@ -6,10 +6,10 @@
<title>
Limited
</title>
<meta
name=
"description"
content=
""
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<link
rel=
"icon"
href=
"images/favicon.png
"
/>
<link
rel=
"stylesheet"
href=
"css/style.css"
/>
<link
rel=
"icon"
href=
"images/favicon.png"
th:href=
"@{/images/favicon.png}
"
/>
<link
rel=
"stylesheet"
href=
"css/style.css"
th:href=
"@{/css/style.css}"
/>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity=
"sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin=
"anonymous"
/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
...
...
@@ -105,7 +105,7 @@
<!-- Wrapper for slides -->
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
>
<img
src=
"images/スニーカー1.jpg
"
width=
"1648"
height=
"600"
alt=
""
/>
<img
th:src=
"@{/images/スニーカー1.jpg}
"
width=
"1648"
height=
"600"
alt=
""
/>
<div
class=
"carousel-caption"
>
<h2>
LIMITED SHOES
</h2>
<h3><Span>
SALE SITE
</Span></h3>
...
...
@@ -113,7 +113,7 @@
</div>
</div>
<div
class=
"item"
>
<img
src=
"images/スニーカー1.jpg
"
width=
"1648"
height=
"600"
alt=
""
/>
<img
th:src=
"@{/images/スニーカー1.jpg}
"
width=
"1648"
height=
"600"
alt=
""
/>
<div
class=
"carousel-caption"
>
<h2>
LIMITED SHOES
</h2>
<h3><Span>
SALE SITE
</Span></h3>
...
...
@@ -121,7 +121,7 @@
</div>
</div>
<div
class=
"item "
>
<img
src=
"images/スニーカー1.jpg
"
width=
"1648"
height=
"600"
alt=
""
/>
<img
th:src=
"@{/images/スニーカー1.jpg}
"
width=
"1648"
height=
"600"
alt=
""
/>
<div
class=
"carousel-caption"
>
<h2>
LIMITED SHOES
</h2>
<h3><Span>
SALE SITE
</Span></h3>
...
...
@@ -243,11 +243,18 @@
</footer>
<!-- JQUERY -->
<script
src=
"js/vendor/jquery-1.11.2.min.js"
></script>
<script
src=
"js/vendor/bootstrap.min.js"
></script>
<script
src=
"js/isotope.pkgd.min.js"
></script>
<script
src=
"js/owl.carousel.min.js"
></script>
<script
src=
"js/wow.min.js"
></script>
<script
src=
"js/custom.js"
></script>
<!-- <script src="js/vendor/jquery-1.11.2.min.js" th:src="@{/js/vendor/jquery-1.11.2.min.js}"></script>
<script src="js/vendor/bootstrap.min.js" th:src="@{/js/vendor/bootstrap.min.js}"></script>
<script src="js/isotope.pkgd.min.js" th:src="@{/js/isotope.pkgd.min.js}"></script>
<script src="js/owl.carousel.min.js" th:src="@{/js/owl.carousel.min.js}"></script>
<script src="js/wow.min.js" th:src="@{/js/wow.min.js}"></script>
<script src="js/custom.js" th:src="@{/js/custom.js}"></script>-->
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity=
"sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity=
"sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin=
"anonymous"
></script>
</body>
</html>
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