浏览代码

ui update

Samson Mutunga 4 年之前
父节点
当前提交
dc5ae3088b
共有 3 个文件被更改,包括 34 次插入3 次删除
  1. 30 0
      public/css/landing.css
  2. 1 1
      resources/views/layouts/app.blade.php
  3. 3 2
      resources/views/layouts/login.blade.php

+ 30 - 0
public/css/landing.css

@@ -0,0 +1,30 @@
+body {
+    font-family: 'Roboto', sans-serif;
+    color: #27272E;
+  }
+
+  .welcome-container .title {
+    font-weight: 900;
+  }
+  .welcome-container p, .welcome-container label, .welcome-container ul {
+    color: #27272E;
+    font-style: normal;
+    font-size: 16px;
+    line-height: 30px;
+    font-weight: 400;
+    line-height: 27px;
+}
+.welcome-container h2 {
+    font-weight: 900;
+}
+.why-us h5,
+.support-content h5 {
+    font-weight: 900;
+}
+.welcome-container label {
+    font-weight: bold;
+}
+.btn {
+    font-weight: 600;
+    font-size: 16px;
+}

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -7,7 +7,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <title>LeadershipHealth</title>
     <meta name="description"
-          content="Scholar Health's Leadership Health program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
+          content="The Leadership Health program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
     <link rel="icon" href={{asset('img/icon.svg')}}>
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
           integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

+ 3 - 2
resources/views/layouts/login.blade.php

@@ -10,9 +10,10 @@
           content="Scholar Health's Leadership Health program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
     <link rel="icon" href={{asset('img/icon.svg')}}>
     <link rel="stylesheet" href="/vendor/bootstrap/bootstrap.min.css">
-    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap" rel="stylesheet">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
-    <link href={{asset('css/style.css')}} rel=stylesheet>
+    <link href="{{asset('css/style.css')}}" rel=stylesheet>
+    <link href="{{asset('css/landing.css')}}" rel=stylesheet>
     <script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>
     <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
     <script src='https://www.google.com/recaptcha/api.js'></script>