From 65a1d4d2d8c0ecaf081bec0580e9ff7f639cf9de Mon Sep 17 00:00:00 2001 From: bjcreal Date: Sun, 5 Jun 2022 17:11:18 -0400 Subject: [PATCH] merge conflicts --- templates/eng.html | 101 +++++++++++++++++++++++++++++++-------------- 1 file changed, 71 insertions(+), 30 deletions(-) diff --git a/templates/eng.html b/templates/eng.html index 73e5f76a..c344ecc6 100644 --- a/templates/eng.html +++ b/templates/eng.html @@ -22,47 +22,57 @@ tags, where href="url_for('X')" where X is the name of the route's function (ex. 'get_lsa_ai') --> - -

- CS-ENG: -

- -

- Computer Hardware +

+

+ CS-ENG: +

+
+
+ Computer Hardware +

- Computing Infrastructure +
+ Computing Infrastructure +

- Intelligent Systems +
+ Intelligent Systems +

- Software Development +
+ Software Development +

- Theory of Computation +
+ Theory of Computation +

- Web Technology and Applications -

+
+ Web Technology and Applications +

CS-LSA:

- Artificial Intelligence -
- Bioinformatics -
- Data and Information -
- Economics and Computation -
- Robotics and Vision -
- Security -
- Software Development -
- Software Systems -
- Theory of Computation + Artificial Intelligence +
+ Bioinformatics +
+ Data and Information +
+ Economics and Computation +
+ Robotics and Vision +
+ Security +
+ Software Development +
+ Software Systems +
+

@@ -116,6 +126,37 @@ body { font-size: 14px; } +a:link { + color:black; + text-decoration: none; +} +a:visited { + color:black; + text-decoration: none; +} +a:hover { + color:black; + text-decoration: none; +} +a:active { + color:black; + text-decoration: none; +} +.pathButton { + width:180px; + background-color: #d1d1d1; + font-size: 16px; + padding:10px 0; +} +.eng_title { + height: 50px; + width:180px; + position: absolute; + top: 90px; + background-color: #95bcf0; + font-size: 650px; + +} .v9_320 { width: 100%; height: 1024px; -- GitLab