Skip to content

Commit 2449214

Browse files
authored
Merge pull request #98 from maxwxyz/rename-icons
Renamed logo files and update logo kit .zip with all versions
2 parents 73cdde2 + b941c6e commit 2449214

File tree

8 files changed

+109
-101
lines changed

8 files changed

+109
-101
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="images/freecad.svg" style="zoom:50%;" /> Developers Handbook
1+
# <img src="images/FreeCAD-symbol.svg" style="width:10%;" /> Developers Handbook
22

33
This is the repo for the [Developers Handbook](https://freecad.github.io/DevelopersHandbook/).
44

designguide/logo.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ You can download the logo kit including guidelines:
4141

4242
### Wordmark
4343

44-
<img src="../images/large.svg" width="50%">
44+
<img src="../images/FreeCAD-wordmark.svg" width="50%">
4545

4646
The logo consists of two elements: the *F* symbol and the wordmark. The text uses the [Evolventa](https://evolventa.github.io/) font family, in regular weight for "Free" and in bold weight for "CAD". It should not be recreated but instead used as provided, either in the dark or light version.
4747

4848

4949
### Symbol
5050

51-
<img src="../images/freecad.svg" width="10%">
51+
<img src="../images/FreeCAD-symbol.svg" width="10%">
5252

5353
The symbol has two versions:
5454
1. Full color (primary) which is the preferred version
@@ -60,13 +60,13 @@ The symbol has two versions:
6060
The FreeCAD logos must always appear as one of the primary brand colors. This includes *Tufts Blue*, *Light Red*, *Dark Red*, *Off Black*, and *White*. These colors should also be used for other branded applications.
6161
Regardless of the used symbol, the wordmark *FreeCAD* must always be used in either *Off Black* or *White* as provided in the logo kit.
6262

63-
- **Tufts Blue** [#418FDE, RGBA(65,143,222,1), CMYK(73,36,0,13), PMS 279 C](https://encycolorpedia.com/418fde)
63+
- **Tufts Blue**, [#418FDE, RGBA(65,143,222,1), CMYK(73,36,0,13), PMS 279 C](https://encycolorpedia.com/418fde)
6464

65-
- **Light Red** [#FF585D, RGBA(255,88,93,1), CMYK(0,64,64,0), PMS 178 C](https://encycolorpedia.com/ff585d)
65+
- **Light Red**, [#FF585D, RGBA(255,88,93,1), CMYK(0,64,64,0), PMS 178 C](https://encycolorpedia.com/ff585d)
6666

67-
- **Dark Red** [#CB333B, RGBA(203,51,59,1), CMYK(0,75,72,18), PMS 1797 C](https://encycolorpedia.com/cb333b)
67+
- **Dark Red**, [#CB333B, RGBA(203,51,59,1), CMYK(0,75,72,18), PMS 1797 C](https://encycolorpedia.com/cb333b)
6868

69-
- **Off Black** [#212529, RGBA(33,37,41,1), CMYK(0,0,16,1), PMS BLACK C](https://encycolorpedia.com/212529)
69+
- **Off Black**, [#212529, RGBA(33,37,41,1), CMYK(0,0,16,1), PMS BLACK C](https://encycolorpedia.com/212529)
7070

7171

7272
## Uses

designguide/zones.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![](/images/freecad.svg)
2-
31
## Zones
42

53
The circle shown in the image below can be considered a 'hot zone' where a user should be able to focus attention on the work/task being performed.

images/FreeCAD-symbol.svg

Lines changed: 55 additions & 0 deletions
Loading

images/large.svg renamed to images/FreeCAD-wordmark.svg

Lines changed: 46 additions & 29 deletions
Loading

images/freecad.svg

Lines changed: 0 additions & 62 deletions
This file was deleted.

images/logo_kit.zip

150 KB
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="images/freecad.svg" width="5%" style="margin-bottom:-2%" /> FreeCAD Developers Guide
1+
# <img src="images/FreeCAD-symbol.svg" width="5%" style="margin-bottom:-2%" /> FreeCAD Developers Guide
22

33
Welcome to the FreeCAD Developer's Guide! This is a work-in-progress, so please feel free to submit Issues and Pull Requests when you find areas that need work.
44

0 commit comments

Comments
 (0)