Barnabiii commited on
Commit
41bc27a
1 Parent(s): 969e4f9

linked css for all pages

Browse files
Files changed (5) hide show
  1. ai_models.html +1 -0
  2. contact.html +2 -1
  3. documentation.html +1 -0
  4. index.html +2 -8
  5. style.css +4 -0
ai_models.html CHANGED
@@ -4,6 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Documentation</title>
 
7
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
8
  </head>
9
  <body>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Documentation</title>
7
+ <link rel="stylesheet" type="text/css" href="style.css">
8
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
9
  </head>
10
  <body>
contact.html CHANGED
@@ -4,6 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Contact</title>
 
7
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
8
  </head>
9
  <body>
@@ -35,7 +36,7 @@
35
  <div class="container mt-5">
36
  <div class="row">
37
  <div class="col-lg-8">
38
- <h1>Contact Us</h1>
39
  <p>If you have any questions or want to share information about your AI model, please use the form below.</p>
40
 
41
  <form action="#" method="post">
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Contact</title>
7
+ <link rel="stylesheet" type="text/css" href="style.css">
8
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
9
  </head>
10
  <body>
 
36
  <div class="container mt-5">
37
  <div class="row">
38
  <div class="col-lg-8">
39
+ <h1 class="mb-4 mt-4">Contact Us</h1>
40
  <p>If you have any questions or want to share information about your AI model, please use the form below.</p>
41
 
42
  <form action="#" method="post">
documentation.html CHANGED
@@ -4,6 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Documentation</title>
 
7
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
8
  </head>
9
  <body>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Documentation</title>
7
+ <link rel="stylesheet" type="text/css" href="style.css">
8
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
9
  </head>
10
  <body>
index.html CHANGED
@@ -5,14 +5,8 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Platform for AI-guided Radiation Oncology Treatment</title>
7
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
 
8
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
9
- <style>
10
- body {
11
- padding-top: 56px;
12
- }
13
-
14
-
15
- </style>
16
  </head>
17
  <body>
18
 
@@ -43,7 +37,7 @@
43
  <div class="container mt-5">
44
  <div class="row">
45
  <div class="col-lg-8">
46
- <h1>Welcome to PARROT</h1>
47
  <p>
48
  PARROT, which stands for Platform for ARtificial intelligence guided Radiation Oncology Treatment,
49
  is a user-friendly, free, and open-source web platform. It allows users to visualize DICOM files, run AI models,
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
  <title>PARROT - Platform for AI-guided Radiation Oncology Treatment</title>
7
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
8
+ <link rel="stylesheet" type="text/css" href="style.css">
9
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
 
 
 
 
 
 
 
10
  </head>
11
  <body>
12
 
 
37
  <div class="container mt-5">
38
  <div class="row">
39
  <div class="col-lg-8">
40
+ <h1 class="mb-4 mt-4">Welcome to PARROT</h1>
41
  <p>
42
  PARROT, which stands for Platform for ARtificial intelligence guided Radiation Oncology Treatment,
43
  is a user-friendly, free, and open-source web platform. It allows users to visualize DICOM files, run AI models,
style.css CHANGED
@@ -15,6 +15,10 @@ p {
15
  margin-top: 5px;
16
  }
17
 
 
 
 
 
18
  .card {
19
  max-width: 620px;
20
  margin: 0 auto;
 
15
  margin-top: 5px;
16
  }
17
 
18
+ td, th {
19
+ border: 1px solid black;
20
+ }
21
+
22
  .card {
23
  max-width: 620px;
24
  margin: 0 auto;