Skip to content

Commit 2d00ca5

Browse files
author
james
committed
docs: semmle logo
(cherry picked from commit 4a8e8fa)
1 parent 69d7baa commit 2d00ca5

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
@@ -1300,13 +1300,13 @@ aside.gdbar img {
13001300
.title-slide hgroup h1 {
13011301
font-size: 2em;
13021302
line-height: 1.4;
1303-
/*letter-spacing: -3px;*/
13041303
color: white;
13051304
margin: auto;
13061305
display: block;
13071306
position: absolute;
13081307
top: 0;
13091308
bottom: 10%;
1309+
left: 1.25em;
13101310
height: 0;
13111311
}
13121312
/* line 898, ../scss/default.scss */
@@ -1430,31 +1430,19 @@ hgroup .pre {
14301430
color: #5c31ff;
14311431
}
14321432

1433-
/* title slide (deck title, subtitle, semmle logo)*/
1433+
/* title slide (deck title, subtitle)*/
14341434

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

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

14601448
.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
CodeQL 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
CodeQL 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
CodeQL 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
CodeQL 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
CodeQL 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
CodeQL 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
CodeQL training and variant analysis examples
22
=============================================
33

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

0 commit comments

Comments
 (0)