Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ahjoyo
/
idc0007
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
77ac97e6
authored
Feb 25, 2019
by
Joyon Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
99014007
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
102 additions
and
6 deletions
faq.html
index_style
index_style.css
view.css
web tech.html
faq.html
View file @
77ac97e6
...
...
@@ -16,9 +16,7 @@
<a
href =
"faq.html"
>
FAQ
</a>
</nav>
<h2>
Frequently Asked QUestions
</h2>
<h3>
How to use this website?
</h3>
<p>
The plan is, you can register at this website with your username and password, and create your own to-do list. And it will show your to-do list for the day each time you log in!
</p>
</body>
</html>
index_style
0 → 100644
View file @
77ac97e6
index_style.css
0 → 100644
View file @
77ac97e6
@charset
"utf-8"
;
html
,
body
{
box-sizing
:
border-box
;
height
:
100%
;
width
:
100%
;
}
@media
print
{
body
{
background-color
:
white
;
}
}
header
{
height
:
150px
;
background-color
:
rgba
(
70
,
130
,
180
,
0.5
);
margin-left
:
auto
;
margin-right
:
auto
;
}
nav
{
margin-bottom
:
0
;
margin-right
:
auto
;
margin-top
:
0px
;
margin-left
:
auto
;
transition-property
:
120px
;
width
:
600px
;
position
:
relative
;
padding
:
2px
;
height
:
100px
;
box-sizing
:
border-box
;
}
nav
>
ul
>
li
{
padding
:
2px
;
margin-right
:
10px
;
list-style-type
:
none
;
background-color
:
#4d7e6f
;
display
:
inline
;
}
li
a
:hover
{
background-color
:
greenyellow
;}
article
{
padding
:
20px
;
margin-left
:
10px
;
}
body
{
font-family
:
'Franklin Gothic Medium'
,
'Arial Narrow'
,
Arial
,
sans-serif
;
background-image
:
url(img.jpg)
;
background-color
:
lightsteelblue
;
background-attachment
:
scroll
;
background-position
:
left-top
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
margin
:
0
;
padding
:
0
;
}
h2
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
500px
;
margin-top
:
100px
;
color
:
slateblue
;
font-variant
:
normal
;
text-shadow
:
2px
2px
black
;
}
p
{
width
:
auto
;
border
:
10px
;
padding
:
20px
;
margin
:
40px
;
color
:
black
;
font-variant
:
normal
;
font-family
:
Times
New
Roman
,
Times
,
serif
;
height
:
50px
;
}
\ No newline at end of file
view.css
View file @
77ac97e6
...
...
@@ -88,4 +88,15 @@ h2{
tr
:nth-child
(
1
)
{
filter
:
invert
(
100%
);
}
\ No newline at end of file
}
p
{
width
:
auto
;
border
:
10px
;
padding
:
20px
;
margin
:
40px
;
color
:
black
;
font-variant
:
normal
;
font-family
:
Times
New
Roman
,
Times
,
serif
;
height
:
50px
;
}
\ No newline at end of file
web tech.html
View file @
77ac97e6
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<link
rel=
"stylesheet"
href=
"index_style.css"
>
<meta
charset=
"utf-8"
>
<title>
Personal Assistence
</title>
</head>
...
...
@@ -12,8 +13,11 @@
<a
href =
"view.html"
>
View List
</a>
<a
href =
"faq.html"
>
FAQ
</a>
</nav>
<h2>
Welcome to your very own personal assistence
</h2>
<p>
Create and organize your own to do list and make sense to your daily life. Join us, Make your life easu and awsome.
</p>
<h2>
WELCOME TO YOUR VERY OWN PERSONAL ASSISTENT
</h2>
<p>
In modern lifestyle we have to do lot of things, be at different places and communicate with lot of people.
It gets complicated to manage all this. You have to plan your day, week even a month at a time.
<br><b>
So join us , manage your day with ease.
</b></p>
</body>
...
...
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