Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
nodejs-60-2
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
tanapoom
nodejs-60-2
Commits
9cd05f59
Commit
9cd05f59
authored
7 years ago
by
tanapoom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web
parent
707df731
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
189 additions
and
5 deletions
+189
-5
blank.html
Pingendo/New Site/blank.html
+43
-0
styleguide.html
Pingendo/New Site/styleguide.html
+0
-0
theme.css
Pingendo/New Site/theme.css
+0
-0
theme.scss
Pingendo/New Site/theme.scss
+140
-0
12.jpg
week05/windowapp/12.jpg
+0
-0
index.html
week05/windowapp/index.html
+6
-5
No files found.
Pingendo/New Site/blank.html
0 → 100644
View file @
9cd05f59
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"theme.css"
type=
"text/css"
>
</head>
<body>
<div
class=
"py-5 bg-success bg-gradient filter-dark cover text-center text-uppercase"
style=
"background-image: url("https://pingendo.github.io/templates/sections/assets/cover_event.jpg");background-position:center center;"
>
<div
class=
"container py-5"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1
class=
"display-3 mb-4 text-primary"
>
Hello
</h1>
<p
class=
"lead mb-5"
></p>
<p
id=
"demo"
></p>
<a
href=
"#"
class=
"btn btn-lg mx-1 btn-secondary"
onclick=
"showname()"
>
ชื่อ
</a>
<a
href=
"#"
class=
"btn btn-lg btn-primary mx-1"
onclick=
"showmail()"
>
email
</a>
<script>
function
showname
(){
document
.
getElementById
(
"demo"
).
innerHTML
=
"ธนภูมิ"
;
}
</script>
<script>
function
showmail
(){
document
.
getElementById
(
"demo"
).
innerHTML
=
"thanaphum.su.57@ubu.ac.th"
;
}
</script>
</div>
</div>
</div>
</div>
<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.12.9/umd/popper.min.js"
integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<pingendo
onclick=
"window.open('https://pingendo.com/', '_blank')"
style=
"cursor:pointer;position: fixed;bottom: 10px;right:10px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:180px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white"
>
Made with Pingendo
<img
src=
"https://pingendo.com/site-assets/Pingendo_logo_big.png"
class=
"d-block"
alt=
"Pingendo logo"
height=
"16"
>
</pingendo>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Pingendo/New Site/styleguide.html
0 → 100644
View file @
9cd05f59
This diff is collapsed.
Click to expand it.
Pingendo/New Site/theme.css
0 → 100644
View file @
9cd05f59
This diff is collapsed.
Click to expand it.
Pingendo/New Site/theme.scss
0 → 100644
View file @
9cd05f59
/*!
* Based on Bootstrap v4.0.0 (https://getbootstrap.com)
*/
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
$enable-rounded
:
true
!
default
;
$enable-shadows
:
true
;
$enable-transitions
:
true
;
$enable-hover-media-query
:
false
;
$enable-grid-classes
:
true
;
$enable-print-styles
:
true
;
// Variables
//
// Colors
$theme-colors
:
(
primary
:
#12bbad
,
secondary
:
#4f70ce
,
light
:
#f3f3f3
,
dark
:
#151515
,
info
:
#ccc
,
success
:
#28a745
,
warning
:
#ffc107
,
danger
:
#dc3545
);
$body-bg
:
white
;
$body-color
:
#333
;
$body-color-inverse
:
invert
(
$body-color
)
!
default
;
$link-color
:
#12bbad
;
// Fonts
$font-family-base
:
-
apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
$headings-font-family
:
$font-family-base
;
$display-font-family
:
$font-family-base
;
$font-weight-normal
:
200
;
$headings-font-weight
:
200
;
$lead-font-size
:
1
.30rem
;
$spacer
:
1
.5rem
;
@import
'bootstrap-4.0.0'
;
html
,
body
{
height
:
100%
;
}
.cover
{
min-height
:
100%
;
display
:flex
;
align-items
:center
}
.bg-gradient
{
overflow
:
hidden
;
color
:
color-yiq
(
map-get
(
$theme-colors
,
'primary'
));
background
:
linear-gradient
(
-30deg
,
theme-color
(
"secondary"
)
0%
,
theme-color
(
"primary"
)
50%
,
theme-color
(
"primary"
)
100%
);
}
.filter-dark
{
overflow
:
hidden
;
position
:
relative
;
color
:
color-yiq
(
map-get
(
$theme-colors
,
'dark'
));
&
:before
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
100%
;
height
:
100%
;
content
:
' '
;
background
:
rgba
(
map-get
(
$theme-colors
,
'dark'
)
,
0
.75
);
}
}
.filter-light
{
overflow
:
hidden
;
position
:
relative
;
color
:
color-yiq
(
map-get
(
$theme-colors
,
'light'
));
&
:before
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
100%
;
height
:
100%
;
content
:
' '
;
background
:
rgba
(
map-get
(
$theme-colors
,
'light'
)
,
0
.75
);
}
}
.filter-color
{
overflow
:
hidden
;
position
:
relative
;
color
:
color-yiq
(
map-get
(
$theme-colors
,
'primary'
));
&
:before
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
100%
;
height
:
100%
;
content
:
' '
;
background
:
rgba
(
map-get
(
$theme-colors
,
'primary'
)
,
0
.75
);
}
}
.filter-gradient
{
overflow
:
hidden
;
position
:
relative
;
color
:
color-yiq
(
map-get
(
$theme-colors
,
'primary'
));
&
:before
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
100%
;
height
:
100%
;
content
:
' '
;
background
:
linear-gradient
(
-30deg
,
transparentize
(
theme-color
(
"secondary"
)
,
0
.1
)
0%
,
transparentize
(
theme-color
(
"primary"
)
,
0
.1
)
50%
,
transparentize
(
theme-color
(
"primary"
)
,
0
.05
)
100%
);
}
}
.filter-fade-in
{
overflow
:
hidden
;
position
:
relative
;
&
:before
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
100%
;
height
:
100%
;
content
:
' '
;
background
:
linear-gradient
(
$body-bg
,
transparentize
(
$body-bg
,
0
.2
)
,
transparentize
(
$body-bg
,
0
.9
)
,
transparentize
(
$body-bg
,
1
));
}
}
This diff is collapsed.
Click to expand it.
week05/windowapp/12.jpg
deleted
100644 → 0
View file @
707df731
112 KB
This diff is collapsed.
Click to expand it.
week05/windowapp/index.html
View file @
9cd05f59
...
...
@@ -4,13 +4,14 @@
<meta
charset=
"UTF-8"
>
<title>
สวัสดีชาวโลก
</title>
</head>
<body
background=
"
12.jpg"
width=
"400"
height=
"400
"
>
<body
background=
"
http://hdwarena.com/wp-content/uploads/2016/12/Color-Codes-Background.jpg
"
>
<h
1>
สวัสดีชาวโลก
</h1
>
<h
2>
สวัสดีชาวโลก
</h2
>
<ol>
<li>
เราใช้โหนดเวอร์ชั่น
<script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li>
Chrome เวอร์ชั่น
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script></li>
<li>
และ Electron เวอร์ชั่น
<script>
document
.
write
(
process
.
versions
.
electron
)
</script></li>
<li><font
color=
"white"
>
เราใช้โหนดเวอร์ชั่น
</font><script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li><font
color=
"blue"
>
Chrome เวอร์ชั่น
</font><script>
document
.
write
(
process
.
versions
.
chrome
)
</script></li>
<li><font
color=
"green"
>
และ Electron เวอร์ชั่น
</font>
<script>
document
.
write
(
process
.
versions
.
electron
)
</script></li>
<button
type=
"button"
onclick=
"alert('ธนภูมิ')"
>
ชื่อ
</button>
</ol>
</body>
</html>
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