diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..44858f9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +kind: pipeline +type: docker +name: HtmlCssTest + +trigger: + event: + - push + +steps: + - name: code-analysis + image: aosapps/drone-sonar-plugin + settings: + sonar_host: + from_secret: sonar_host + sonar_token: + from_secret: sonar_token + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4777d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfb653c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[](https://codefirst.iut.uca.fr/justine.meuret/Blazor) + +# Blazor + +A simple template for a web page in html css. \ No newline at end of file diff --git a/images/CodeFirstLogo.png b/images/CodeFirstLogo.png new file mode 100644 index 0000000..a9741c8 Binary files /dev/null and b/images/CodeFirstLogo.png differ diff --git a/mycoolstyle.css b/mycoolstyle.css new file mode 100644 index 0000000..92d69df --- /dev/null +++ b/mycoolstyle.css @@ -0,0 +1,32 @@ +body { + padding-left: 11em; + font-family: Georgia, 'Georgia', "Times New Roman", + Times, serif; + color: darksalmon; + background-color: rgb(39, 39, 84) } + ul.navbar { + list-style-type: none; + padding: 0; + margin: 0; + position: absolute; + top: 2em; + left: 1em; + width: 9em } + h1 { + font-family: Helvetica, Geneva, Arial, + SunSans-Regular, sans-serif } + ul.navbar li { + background: white; + margin: 0.5em 0; + padding: 0.3em; + border-right: 1em solid darksalmon } + ul.navbar a { + text-decoration: none } + a:link { + color: blue } + a:visited { + color: darkblue } + address { + margin-top: 1em; + padding-top: 1em; + border-top: thin dotted } \ No newline at end of file diff --git a/page.html b/page.html new file mode 100644 index 0000000..ba58f9b --- /dev/null +++ b/page.html @@ -0,0 +1,34 @@ + + +
+Welcome on this template html/css project + +
Very simple, some links, some menu... make it your own +… + +
I have nothing more to say + + +
Template made in 2022