Skip to content

Commit cac5bc0

Browse files
Merge pull request #140 from lakshyabatman/development
External css links are added to local codebase
2 parents 72dc9c1 + 51d8121 commit cac5bc0

File tree

4 files changed

+102
-20
lines changed

4 files changed

+102
-20
lines changed

package-lock.json

Lines changed: 53 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

views/other-landing.ejs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
<meta http-equiv="x-ua-compatible" content="ie=edge">
99
<title>Codeuino</title>
1010
<!-- Font Awesome -->
11-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
11+
<link rel="stylesheet" type="text/css" href="vendor/fontawesome-free/css/fontawesome.min.css">
1212
<!-- Bootstrap core CSS -->
13-
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
13+
<link href="vendor/bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet">
1414
<!-- Material Design Bootstrap -->
15-
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.4/css/mdb.min.css" rel="stylesheet">
15+
<link href="vendor/mdbootstrap/mdb.min.css" type="text/css" rel="stylesheet">
1616
<!-- Your custom styles (optional) -->
1717
<link href="/css/other-landing.css" rel="stylesheet">
1818

1919
<style>
20+
.reply{
21+
resize: none;
22+
}
2023
.ch{
2124
2225
},
@@ -125,8 +128,8 @@
125128
</div>
126129
<div class="container">
127130
<div class="row">
128-
<div class="form-group grey-border btn-rounded">
129-
<textarea class="form-control z-depth-1 btn-rounded" rows="3" placeholder="Reply"></textarea>
131+
<div class="form-group grey-border btn-rounded w-100 pr-2">
132+
<textarea class="form-control z-depth-1 btn-rounded reply" rows="3" placeholder="Reply"></textarea>
130133
</div>
131134
</div>
132135
</div>

views/projectForm.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
7+
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
88

99
<!-- Bootstrap CSS -->
10-
<link rel=stylesheet type=text/css href="css/bootstrap4/bootstrap.min.css">
10+
<link rel=stylesheet type=text/css href="/css/bootstrap4/bootstrap.min.css">
1111
<style>
1212
textarea{
1313
resize:none;

views/vendor/mdbootstrap/mdb.min.css

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)