Skip to content

Commit b67c5f2

Browse files
authored
Merge pull request github#2083 from jf205/training-logo
QL training: add semmle logo image to title slide
2 parents 47024dc + 4a8e8fa commit b67c5f2

17 files changed

+4
-223
lines changed

docs/language/ql-training/_static-training/slides-semmle-2/static/theme/css/default.css

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,13 +1301,13 @@ aside.gdbar img {
13011301
.title-slide hgroup h1 {
13021302
font-size: 2em;
13031303
line-height: 1.4;
1304-
/*letter-spacing: -3px;*/
13051304
color: white;
13061305
margin: auto;
13071306
display: block;
13081307
position: absolute;
13091308
top: 0;
13101309
bottom: 10%;
1310+
left: 1.25em;
13111311
height: 0;
13121312
}
13131313
/* line 898, ../scss/default.scss */
@@ -1431,31 +1431,19 @@ hgroup .pre {
14311431
color: #5c31ff;
14321432
}
14331433

1434-
/* title slide (deck title, subtitle, semmle logo)*/
1434+
/* title slide (deck title, subtitle)*/
14351435

14361436
.title-slide {
14371437
background-image: url("../../title-slide.svg");
14381438
background-size: cover;
14391439
}
14401440

1441-
.semmle-logo sup {
1442-
vertical-align: super;
1443-
font-size: 0.3em;
1444-
font-weight: 100;
1445-
}
1446-
1447-
.title-slide .semmle-logo {
1448-
color: white;
1449-
font-size: 1.2em;
1450-
position: absolute;
1451-
top: 10%;
1452-
}
1453-
14541441
.title-slide p {
14551442
color: white;
14561443
font-size: 1em;
14571444
position: absolute;
14581445
bottom: 30%;
1446+
left: 2.6em;
14591447
}
14601448

14611449
.title-slide hgroup .pre {

docs/language/ql-training/_static-training/title-slide.svg

Lines changed: 1 addition & 148 deletions
Loading

docs/language/ql-training/cpp/bad-overflow-guard.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Example: Bad overflow guard
44

55
QL for C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/cpp/control-flow-cpp.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Analyzing control flow
44

55
QL for C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. Include information slides here
128
139
.. rst-class:: setup

docs/language/ql-training/cpp/data-flow-cpp.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Introduction to data flow
44

55
Finding string formatting vulnerabilities in C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/cpp/global-data-flow-cpp.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ Introduction to global data flow
33
================================
44

55
QL for C/C++
6-
7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
106

117
.. rst-class:: setup
128

docs/language/ql-training/cpp/intro-ql-cpp.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Introduction to variant analysis
44

55
QL for C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/cpp/program-representation-cpp.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Program representation
44

55
QL for C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: agenda
128

139
Agenda

docs/language/ql-training/cpp/snprintf.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Exercise: ``snprintf`` overflow
44

55
QL for C/C++
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
QL training and variant analysis examples
22
=========================================
33

4-
.. container:: semmle-logo
5-
6-
Semmle :sup:`TM`
7-
84
.. toctree::
95
:glob:
106
:maxdepth: 1

docs/language/ql-training/java/apache-struts-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Exercise: Apache Struts
88

99
CVE-2017-9805
1010

11-
.. container:: semmle-logo
12-
13-
Semmle :sup:`TM`
14-
1511
.. rst-class:: setup
1612

1713
Setup

docs/language/ql-training/java/data-flow-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Introduction to data flow
33
=========================
44

5-
.. container:: semmle-logo
6-
7-
Semmle :sup:`TM`
8-
95
Finding SPARQL injection vulnerabilities in Java
106

117
.. rst-class:: setup

docs/language/ql-training/java/global-data-flow-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Introduction to global data flow
44

55
QL for Java
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/java/intro-ql-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Introduction to variant analysis
44

55
QL for Java
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/java/program-representation-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Program representation
44

55
QL for Java
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: agenda
128

139
Agenda

docs/language/ql-training/java/query-injection-java.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Example: Query injection
44

55
QL for Java
66

7-
.. container:: semmle-logo
8-
9-
Semmle :sup:`TM`
10-
117
.. rst-class:: setup
128

139
Setup

docs/language/ql-training/template.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ Template slide deck
2727

2828
Second subheading
2929

30-
.. container:: semmle-logo
31-
32-
Semmle :sup:`TM`
33-
3430
.. Set up slide. Include link to QL4E snapshots required for examples
3531
3632
.. rst-class:: setup

0 commit comments

Comments
 (0)