diff --git a/README.md b/README.md index 086a684..522a33e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was ![firebase provider](https://img.shields.io/badge/Firebase-orange?logo=firebase&color=FFCA28) ![digital ocean provider](https://img.shields.io/badge/DigitalOcean-0080ff?logo=digitalocean&color=0080ff) ![elastic provider](https://img.shields.io/badge/Elastic-orange?logo=elastic&color=005571) +![sap provider](https://img.shields.io/badge/SAP-blue?logo=sap&color=ffffff) ![outscale provider](https://img.shields.io/badge/OutScale-orange?color=5f87bf) ![on premise provider](https://img.shields.io/badge/OnPremise-orange?color=5f87bf) ![generic provider](https://img.shields.io/badge/Generic-orange?color=5f87bf) diff --git a/autogen.sh b/autogen.sh index f5e065b..c0eaad8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,6 +20,7 @@ providers=( "generic" "openstack" "outscale" + "sap" ) if ! [ -x "$(command -v round)" ]; then diff --git a/config.py b/config.py index dc0590b..bc71a13 100644 --- a/config.py +++ b/config.py @@ -29,6 +29,7 @@ PROVIDERS = ( "generic", "openstack", "outscale", + "sap", ) ######################### @@ -59,6 +60,7 @@ FILE_PREFIXES = { "outscale": (), "generic": (), "openstack": (), + "sap": (), } ######################### @@ -89,6 +91,7 @@ UPPER_WORDS = { "openstack": ("rpm", "loci", "nfv", "ec2api"), "pve": ("pve"), "ibm": ("ibm"), + "sap": ("sap", "btp", "hana", "api", "s4hana"), } TITLE_WORDS = { @@ -110,6 +113,9 @@ TITLE_WORDS = { "ibm": { "ibm": "IBMCloud" }, + "sap": { + "sap": "SAP" + }, } # TODO: check if the classname exists @@ -468,4 +474,5 @@ ALIASES = { "Tripleo": "TripleO", } }, + "sap": { } } diff --git a/diagrams/sap/__init__.py b/diagrams/sap/__init__.py new file mode 100644 index 0000000..fb38ecb --- /dev/null +++ b/diagrams/sap/__init__.py @@ -0,0 +1,12 @@ +""" +SAP provides a set of services for SAP provider. +""" + +from diagrams import Node + + +class _SAP(Node): + _provider = "sap" + _icon_dir = "resources/sap" + + fontcolor = "#ffffff" diff --git a/diagrams/sap/ai.py b/diagrams/sap/ai.py new file mode 100644 index 0000000..f01426b --- /dev/null +++ b/diagrams/sap/ai.py @@ -0,0 +1,59 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Ai(_SAP): + _type = "ai" + _icon_dir = "resources/sap/ai" + + +class BusinessEntityRecognition(_Ai): + _icon = "business-entity-recognition.png" + + +class ConversationalAi(_Ai): + _icon = "conversational-ai.png" + + +class DataAttributeRecommendation(_Ai): + _icon = "data-attribute-recommendation.png" + + +class DocumentClassification(_Ai): + _icon = "document-classification.png" + + +class DocumentInformationExtraction(_Ai): + _icon = "document-information-extraction.png" + + +class InvoiceRecommendation(_Ai): + _icon = "invoice-recommendation.png" + + +class PersonalizedRecommendation(_Ai): + _icon = "personalized-recommendation.png" + + +class SAPAiLaunchpad(_Ai): + _icon = "sap-ai-launchpad.png" + + +class SAPDigitalAssistantService(_Ai): + _icon = "sap-digital-assistant-service.png" + + +class SAPDocumentTranslation(_Ai): + _icon = "sap-document-translation.png" + + +class SAPTranslationHub(_Ai): + _icon = "sap-translation-hub.png" + + +class ServiceTicketIntelligence(_Ai): + _icon = "service-ticket-intelligence.png" + + +# Aliases diff --git a/diagrams/sap/analytics.py b/diagrams/sap/analytics.py new file mode 100644 index 0000000..388eb62 --- /dev/null +++ b/diagrams/sap/analytics.py @@ -0,0 +1,31 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Analytics(_SAP): + _type = "analytics" + _icon_dir = "resources/sap/analytics" + + +class SAPAnalyticsCloudEmbeddedEdition(_Analytics): + _icon = "sap-analytics-cloud-embedded-edition.png" + + +class SAPAnalyticsCloud(_Analytics): + _icon = "sap-analytics-cloud.png" + + +class SAPDataIntelligence(_Analytics): + _icon = "sap-data-intelligence.png" + + +class SAPDatasphere(_Analytics): + _icon = "sap-datasphere.png" + + +class WebAnalytics(_Analytics): + _icon = "web-analytics.png" + + +# Aliases diff --git a/diagrams/sap/connectivity.py b/diagrams/sap/connectivity.py new file mode 100644 index 0000000..ec017b1 --- /dev/null +++ b/diagrams/sap/connectivity.py @@ -0,0 +1,27 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Connectivity(_SAP): + _type = "connectivity" + _icon_dir = "resources/sap/connectivity" + + +class Bandwidth(_Connectivity): + _icon = "bandwidth.png" + + +class Connectivity(_Connectivity): + _icon = "connectivity.png" + + +class Destination(_Connectivity): + _icon = "destination.png" + + +class PrivateLinkService(_Connectivity): + _icon = "private-link-service.png" + + +# Aliases diff --git a/diagrams/sap/database_datamanagement.py b/diagrams/sap/database_datamanagement.py new file mode 100644 index 0000000..3d5eaff --- /dev/null +++ b/diagrams/sap/database_datamanagement.py @@ -0,0 +1,39 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Database_Datamanagement(_SAP): + _type = "database_datamanagement" + _icon_dir = "resources/sap/database_datamanagement" + + +class DataQualityServices(_Database_Datamanagement): + _icon = "data-quality-services.png" + + +class MasterDataGovernance(_Database_Datamanagement): + _icon = "master-data-governance.png" + + +class ObjectStore(_Database_Datamanagement): + _icon = "object-store.png" + + +class SAPHANACloud(_Database_Datamanagement): + _icon = "sap-hana-cloud.png" + + +class SAPHANAPersistenceServiceNeo(_Database_Datamanagement): + _icon = "sap-hana-persistence-service-neo.png" + + +class SAPHANASpatialServices(_Database_Datamanagement): + _icon = "sap-hana-spatial-services.png" + + +class SAPPersistenceServiceAse(_Database_Datamanagement): + _icon = "sap-persistence-service-ase.png" + + +# Aliases diff --git a/diagrams/sap/development.py b/diagrams/sap/development.py new file mode 100644 index 0000000..4dc01cd --- /dev/null +++ b/diagrams/sap/development.py @@ -0,0 +1,51 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Development(_SAP): + _type = "development" + _icon_dir = "resources/sap/development" + + +class ApplicationAutoscaler(_Development): + _icon = "application-autoscaler.png" + + +class ApplicationLogging(_Development): + _icon = "application-logging.png" + + +class BusinessApplicationStudio(_Development): + _icon = "business-application-studio.png" + + +class FeatureFlagsService(_Development): + _icon = "feature-flags-service.png" + + +class RapidApplicationDevelopmentByMendix(_Development): + _icon = "rapid-application-development-by-mendix.png" + + +class SaasProvisioningService(_Development): + _icon = "saas-provisioning-service.png" + + +class SAPBuildApps(_Development): + _icon = "sap-build-apps.png" + + +class SAPBuildCode(_Development): + _icon = "sap-build-code.png" + + +class Ui5FlexibilityForKeyUsers(_Development): + _icon = "ui5-flexibility-for-key-users.png" + + +class UsageDataManagement(_Development): + _icon = "usage-data-management.png" + + +# Aliases diff --git a/diagrams/sap/devops.py b/diagrams/sap/devops.py new file mode 100644 index 0000000..c749b8a --- /dev/null +++ b/diagrams/sap/devops.py @@ -0,0 +1,55 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Devops(_SAP): + _type = "devops" + _icon_dir = "resources/sap/devops" + + +class AutomationPilot(_Devops): + _icon = "automation-pilot.png" + + +class CloudManagementService(_Devops): + _icon = "cloud-management-service.png" + + +class CloudTransportManagement(_Devops): + _icon = "cloud-transport-management.png" + + +class ContentAgent(_Devops): + _icon = "content-agent.png" + + +class ContinuousIntegrationAndDelivery(_Devops): + _icon = "continuous-integration-and-delivery.png" + + +class JobSchedulingService(_Devops): + _icon = "job-scheduling-service.png" + + +class MonitoringService(_Devops): + _icon = "monitoring-service.png" + + +class SAPCloudAlmMemoryExt(_Devops): + _icon = "sap-cloud-alm-memory-ext.png" + + +class SAPLandscapeManagementCloud(_Devops): + _icon = "sap-landscape-management-cloud.png" + + +class SAPSolutionLifecycleManagement(_Devops): + _icon = "sap-solution-lifecycle-management.png" + + +class ServiceManager(_Devops): + _icon = "service-manager.png" + + +# Aliases diff --git a/diagrams/sap/erp.py b/diagrams/sap/erp.py new file mode 100644 index 0000000..47b52ff --- /dev/null +++ b/diagrams/sap/erp.py @@ -0,0 +1,19 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Erp(_SAP): + _type = "erp" + _icon_dir = "resources/sap/erp" + + +class SAPS4HANACloud(_Erp): + _icon = "sap-s4hana-cloud.png" + + +class SAPS4HANA(_Erp): + _icon = "sap-s4hana.png" + + +# Aliases diff --git a/diagrams/sap/extensions.py b/diagrams/sap/extensions.py new file mode 100644 index 0000000..33d0150 --- /dev/null +++ b/diagrams/sap/extensions.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Extensions(_SAP): + _type = "extensions" + _icon_dir = "resources/sap/extensions" + + +class IntelligentIntercompanyReconciliation(_Extensions): + _icon = "intelligent-intercompany-reconciliation.png" + + +class IntelligentIntercompanyReconciliation_Circled(_Extensions): + _icon = "intelligent-intercompany-reconciliation_circled.png" + + +class IntelligentSituationAutomation(_Extensions): + _icon = "intelligent-situation-automation.png" + + +class IntelligentSituationAutomation_Circled(_Extensions): + _icon = "intelligent-situation-automation_circled.png" + + +class ResponsibilityManagementService(_Extensions): + _icon = "responsibility-management-service.png" + + +class ResponsibilityManagementService_Circled(_Extensions): + _icon = "responsibility-management-service_circled.png" + + +# Aliases diff --git a/diagrams/sap/generic.py b/diagrams/sap/generic.py new file mode 100644 index 0000000..018c636 --- /dev/null +++ b/diagrams/sap/generic.py @@ -0,0 +1,459 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Generic(_SAP): + _type = "generic" + _icon_dir = "resources/sap/generic" + + +class Accelerated(_Generic): + _icon = "accelerated.png" + + +class Accept(_Generic): + _icon = "accept.png" + + +class ActionSettings(_Generic): + _icon = "action-settings.png" + + +class Add(_Generic): + _icon = "add.png" + + +class Alert(_Generic): + _icon = "alert.png" + + +class Arobase(_Generic): + _icon = "arobase.png" + + +class ArrowBottom(_Generic): + _icon = "arrow-bottom.png" + + +class ArrowLeft(_Generic): + _icon = "arrow-left.png" + + +class ArrowRight(_Generic): + _icon = "arrow-right.png" + + +class ArrowTop(_Generic): + _icon = "arrow-top.png" + + +class Background(_Generic): + _icon = "background.png" + + +class BarChart(_Generic): + _icon = "bar-chart.png" + + +class Block(_Generic): + _icon = "block.png" + + +class BrokenLink(_Generic): + _icon = "broken-link.png" + + +class Calendar(_Generic): + _icon = "calendar.png" + + +class Camera(_Generic): + _icon = "camera.png" + + +class Cart(_Generic): + _icon = "cart.png" + + +class ChainLink(_Generic): + _icon = "chain-link.png" + + +class Chalkboard(_Generic): + _icon = "chalkboard.png" + + +class ChartTreeMap(_Generic): + _icon = "chart-tree-map.png" + + +class Cloud(_Generic): + _icon = "cloud.png" + + +class Compare(_Generic): + _icon = "compare.png" + + +class Competitor(_Generic): + _icon = "competitor.png" + + +class Complete(_Generic): + _icon = "complete.png" + + +class CourseProgram(_Generic): + _icon = "course-program.png" + + +class CreateEntryTime(_Generic): + _icon = "create-entry-time.png" + + +class Create(_Generic): + _icon = "create.png" + + +class Curriculum(_Generic): + _icon = "curriculum.png" + + +class CustomerOrderEntry(_Generic): + _icon = "customer-order-entry.png" + + +class DataStore(_Generic): + _icon = "data-store.png" + + +class Database(_Generic): + _icon = "database.png" + + +class Decline(_Generic): + _icon = "decline.png" + + +class Delete(_Generic): + _icon = "delete.png" + + +class DocumentText(_Generic): + _icon = "document-text.png" + + +class Document(_Generic): + _icon = "document.png" + + +class DownloadFromCloud(_Generic): + _icon = "download-from-cloud.png" + + +class Download(_Generic): + _icon = "download.png" + + +class ECare(_Generic): + _icon = "e-care.png" + + +class ELearning(_Generic): + _icon = "e-learning.png" + + +class Edit(_Generic): + _icon = "edit.png" + + +class EmailRead(_Generic): + _icon = "email-read.png" + + +class EnergySavingLightbulb(_Generic): + _icon = "energy-saving-lightbulb.png" + + +class ExpenseReport(_Generic): + _icon = "expense-report.png" + + +class Factory(_Generic): + _icon = "factory.png" + + +class FamilyCare(_Generic): + _icon = "family-care.png" + + +class Favorite(_Generic): + _icon = "favorite.png" + + +class Feed(_Generic): + _icon = "feed.png" + + +class Filter(_Generic): + _icon = "filter.png" + + +class Folder(_Generic): + _icon = "folder.png" + + +class Fresh(_Generic): + _icon = "fresh.png" + + +class GanttBars(_Generic): + _icon = "gantt-bars.png" + + +class Group(_Generic): + _icon = "group.png" + + +class History(_Generic): + _icon = "history.png" + + +class Home(_Generic): + _icon = "home.png" + + +class InternetBrowser(_Generic): + _icon = "internet-browser.png" + + +class Ipad(_Generic): + _icon = "ipad.png" + + +class Iphone(_Generic): + _icon = "iphone.png" + + +class ItHost(_Generic): + _icon = "it-host.png" + + +class ItInstance(_Generic): + _icon = "it-instance.png" + + +class ItSystem(_Generic): + _icon = "it-system.png" + + +class KeyPair(_Generic): + _icon = "key-pair.png" + + +class KeyUserSettings(_Generic): + _icon = "key-user-settings.png" + + +class Laptop(_Generic): + _icon = "laptop.png" + + +class LearningAssistant(_Generic): + _icon = "learning-assistant.png" + + +class Legend(_Generic): + _icon = "legend.png" + + +class Less(_Generic): + _icon = "less.png" + + +class Lightbulb(_Generic): + _icon = "lightbulb.png" + + +class Locked(_Generic): + _icon = "locked.png" + + +class Log(_Generic): + _icon = "log.png" + + +class Mail(_Generic): + _icon = "mail.png" + + +class Map(_Generic): + _icon = "map.png" + + +class Microphone(_Generic): + _icon = "microphone.png" + + +class MySalesOrder(_Generic): + _icon = "my-sales-order.png" + + +class OpenFolder(_Generic): + _icon = "open-folder.png" + + +class OrgChart(_Generic): + _icon = "org-chart.png" + + +class PdfAttachment(_Generic): + _icon = "pdf-attachment.png" + + +class PersonPlaceholder(_Generic): + _icon = "person-placeholder.png" + + +class Post(_Generic): + _icon = "post.png" + + +class PrivateKey(_Generic): + _icon = "private-key.png" + + +class Process(_Generic): + _icon = "process.png" + + +class Product(_Generic): + _icon = "product.png" + + +class PublicKey(_Generic): + _icon = "public-key.png" + + +class PushpinOff(_Generic): + _icon = "pushpin-off.png" + + +class Request(_Generic): + _icon = "request.png" + + +class SAPLogoShape(_Generic): + _icon = "sap-logo-shape.png" + + +class Save(_Generic): + _icon = "save.png" + + +class Search(_Generic): + _icon = "search.png" + + +class Settings(_Generic): + _icon = "settings.png" + + +class Shelf(_Generic): + _icon = "shelf.png" + + +class Shield(_Generic): + _icon = "shield.png" + + +class Sort(_Generic): + _icon = "sort.png" + + +class SoundLoud(_Generic): + _icon = "sound-loud.png" + + +class Sound(_Generic): + _icon = "sound.png" + + +class StatusCritical(_Generic): + _icon = "status-critical.png" + + +class StatusInactive(_Generic): + _icon = "status-inactive.png" + + +class StatusNegative(_Generic): + _icon = "status-negative.png" + + +class StatusPositive(_Generic): + _icon = "status-positive.png" + + +class SwitchClasses(_Generic): + _icon = "switch-classes.png" + + +class Synchronize(_Generic): + _icon = "synchronize.png" + + +class SysHelp(_Generic): + _icon = "sys-help.png" + + +class SysMonitor(_Generic): + _icon = "sys-monitor.png" + + +class SystemHANA(_Generic): + _icon = "system-hana.png" + + +class Timesheet(_Generic): + _icon = "timesheet.png" + + +class Tree(_Generic): + _icon = "tree.png" + + +class Unfavorite(_Generic): + _icon = "unfavorite.png" + + +class Unlocked(_Generic): + _icon = "unlocked.png" + + +class UploadToCloud(_Generic): + _icon = "upload-to-cloud.png" + + +class Upload(_Generic): + _icon = "upload.png" + + +class Video(_Generic): + _icon = "video.png" + + +class Wifi(_Generic): + _icon = "wifi.png" + + +class World(_Generic): + _icon = "world.png" + + +class Wrench(_Generic): + _icon = "wrench.png" + + +# Aliases diff --git a/diagrams/sap/integration.py b/diagrams/sap/integration.py new file mode 100644 index 0000000..18aac04 --- /dev/null +++ b/diagrams/sap/integration.py @@ -0,0 +1,47 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Integration(_SAP): + _type = "integration" + _icon_dir = "resources/sap/integration" + + +class AdvancedEventMesh(_Integration): + _icon = "advanced-event-mesh.png" + + +class CloudIntegrationAutomation(_Integration): + _icon = "cloud-integration-automation.png" + + +class CloudIntegrationForDataServices(_Integration): + _icon = "cloud-integration-for-data-services.png" + + +class EventMesh(_Integration): + _icon = "event-mesh.png" + + +class IntegrationSuite(_Integration): + _icon = "integration-suite.png" + + +class MasterDataIntegration(_Integration): + _icon = "master-data-integration.png" + + +class SAPDocumentAndReportingCompliance(_Integration): + _icon = "sap-document-and-reporting-compliance.png" + + +class SAPEventBroker(_Integration): + _icon = "sap-event-broker.png" + + +class SAPGraph(_Integration): + _icon = "sap-graph.png" + + +# Aliases diff --git a/diagrams/sap/lob_industries.py b/diagrams/sap/lob_industries.py new file mode 100644 index 0000000..9b59514 --- /dev/null +++ b/diagrams/sap/lob_industries.py @@ -0,0 +1,23 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Lob_Industries(_SAP): + _type = "lob_industries" + _icon_dir = "resources/sap/lob_industries" + + +class SAPGreenToken(_Lob_Industries): + _icon = "sap-green-token.png" + + +class SAPMarketRatesManagement(_Lob_Industries): + _icon = "sap-market-rates-management.png" + + +class SAPVariantConfigurationAndPricing(_Lob_Industries): + _icon = "sap-variant-configuration-and-pricing.png" + + +# Aliases diff --git a/diagrams/sap/mobile.py b/diagrams/sap/mobile.py new file mode 100644 index 0000000..d196ce9 --- /dev/null +++ b/diagrams/sap/mobile.py @@ -0,0 +1,19 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Mobile(_SAP): + _type = "mobile" + _icon_dir = "resources/sap/mobile" + + +class Agentry(_Mobile): + _icon = "agentry.png" + + +class MobileServices(_Mobile): + _icon = "mobile-services.png" + + +# Aliases diff --git a/diagrams/sap/other.py b/diagrams/sap/other.py new file mode 100644 index 0000000..43b6efe --- /dev/null +++ b/diagrams/sap/other.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Other(_SAP): + _type = "other" + _icon_dir = "resources/sap/other" + + +class DateAndTime(_Other): + _icon = "date-and-time.png" + + +class IbanService(_Other): + _icon = "iban-service.png" + + +class PlaceholderServiceName(_Other): + _icon = "placeholder-service-name.png" + + +class PrintService(_Other): + _icon = "print-service.png" + + +class SAPIot(_Other): + _icon = "sap-iot.png" + + +class WorkCalendar(_Other): + _icon = "work-calendar.png" + + +# Aliases diff --git a/diagrams/sap/processautomation.py b/diagrams/sap/processautomation.py new file mode 100644 index 0000000..fbf9502 --- /dev/null +++ b/diagrams/sap/processautomation.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Processautomation(_SAP): + _type = "processautomation" + _icon_dir = "resources/sap/processautomation" + + +class BusinessRules(_Processautomation): + _icon = "business-rules.png" + + +class ProcessAutomation(_Processautomation): + _icon = "process-automation.png" + + +class SAPBuildProcessAutomation(_Processautomation): + _icon = "sap-build-process-automation.png" + + +class SAPIntelligentRpa(_Processautomation): + _icon = "sap-intelligent-rpa.png" + + +class WorkflowManagement(_Processautomation): + _icon = "workflow-management.png" + + +class WorkflowService(_Processautomation): + _icon = "workflow-service.png" + + +# Aliases diff --git a/diagrams/sap/runtimes.py b/diagrams/sap/runtimes.py new file mode 100644 index 0000000..6d3f143 --- /dev/null +++ b/diagrams/sap/runtimes.py @@ -0,0 +1,31 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Runtimes(_SAP): + _type = "runtimes" + _icon_dir = "resources/sap/runtimes" + + +class AbapEnvironment(_Runtimes): + _icon = "abap-environment.png" + + +class AbapSolution(_Runtimes): + _icon = "abap-solution.png" + + +class CloudFoundryRuntime(_Runtimes): + _icon = "cloud-foundry-runtime.png" + + +class Html5AppRepository(_Runtimes): + _icon = "html5-app-repository.png" + + +class KymaRuntime(_Runtimes): + _icon = "kyma-runtime.png" + + +# Aliases diff --git a/diagrams/sap/saas.py b/diagrams/sap/saas.py new file mode 100644 index 0000000..80e4f28 --- /dev/null +++ b/diagrams/sap/saas.py @@ -0,0 +1,51 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Saas(_SAP): + _type = "saas" + _icon_dir = "resources/sap/saas" + + +class SAPAribaBlack(_Saas): + _icon = "sap-ariba-black.png" + + +class SAPAriba(_Saas): + _icon = "sap-ariba.png" + + +class SAPConcurBlack(_Saas): + _icon = "sap-concur-black.png" + + +class SAPConcur(_Saas): + _icon = "sap-concur.png" + + +class SAPFieldglassBlack(_Saas): + _icon = "sap-fieldglass-black.png" + + +class SAPFieldglass(_Saas): + _icon = "sap-fieldglass.png" + + +class SAPHealthBlack(_Saas): + _icon = "sap-health-black.png" + + +class SAPHealth(_Saas): + _icon = "sap-health.png" + + +class SAPSuccessfactorsBlack(_Saas): + _icon = "sap-successfactors-black.png" + + +class SAPSuccessfactors(_Saas): + _icon = "sap-successfactors.png" + + +# Aliases diff --git a/diagrams/sap/security.py b/diagrams/sap/security.py new file mode 100644 index 0000000..ed92ffe --- /dev/null +++ b/diagrams/sap/security.py @@ -0,0 +1,55 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Security(_SAP): + _type = "security" + _icon_dir = "resources/sap/security" + + +class AuditLogService(_Security): + _icon = "audit-log-service.png" + + +class AuthorizationAndTrustManagementService(_Security): + _icon = "authorization-and-trust-management-service.png" + + +class CredentialStore(_Security): + _icon = "credential-store.png" + + +class CustomDomain(_Security): + _icon = "custom-domain.png" + + +class DataPrivacyIntegration(_Security): + _icon = "data-privacy-integration.png" + + +class IdentityProvisioning(_Security): + _icon = "identity-provisioning.png" + + +class KeystoreService(_Security): + _icon = "keystore-service.png" + + +class MalwareScanning(_Security): + _icon = "malware-scanning.png" + + +class Oauth2Service(_Security): + _icon = "oauth2-service.png" + + +class SAPDataRetentionManager(_Security): + _icon = "sap-data-retention-manager.png" + + +class SAPPersonalDataManager(_Security): + _icon = "sap-personal-data-manager.png" + + +# Aliases diff --git a/diagrams/sap/ux.py b/diagrams/sap/ux.py new file mode 100644 index 0000000..e839310 --- /dev/null +++ b/diagrams/sap/ux.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _SAP + + +class _Ux(_SAP): + _type = "ux" + _icon_dir = "resources/sap/ux" + + +class CloudPortalService(_Ux): + _icon = "cloud-portal-service.png" + + +class DocumentManagementServiceApplication(_Ux): + _icon = "document-management-service-application.png" + + +class LaunchpadService(_Ux): + _icon = "launchpad-service.png" + + +class SAPBuildWorkZoneAdvancedEdition(_Ux): + _icon = "sap-build-work-zone-advanced-edition.png" + + +class SAPBuildWorkZoneStandardEdition(_Ux): + _icon = "sap-build-work-zone-standard-edition.png" + + +class SAPTaskCenter(_Ux): + _icon = "sap-task-center.png" + + +# Aliases diff --git a/docs/nodes/sap.md b/docs/nodes/sap.md new file mode 100644 index 0000000..8c660aa --- /dev/null +++ b/docs/nodes/sap.md @@ -0,0 +1,741 @@ +--- +id: sap +title: SAP +--- + +Node classes list of sap provider. + +## sap.ai + + +BusinessEntityRecognition +**diagrams.sap.ai.BusinessEntityRecognition** + +ConversationalAi +**diagrams.sap.ai.ConversationalAi** + +DataAttributeRecommendation +**diagrams.sap.ai.DataAttributeRecommendation** + +DocumentClassification +**diagrams.sap.ai.DocumentClassification** + +DocumentInformationExtraction +**diagrams.sap.ai.DocumentInformationExtraction** + +InvoiceRecommendation +**diagrams.sap.ai.InvoiceRecommendation** + +PersonalizedRecommendation +**diagrams.sap.ai.PersonalizedRecommendation** + +SAPAiLaunchpad +**diagrams.sap.ai.SAPAiLaunchpad** + +SAPDigitalAssistantService +**diagrams.sap.ai.SAPDigitalAssistantService** + +SAPDocumentTranslation +**diagrams.sap.ai.SAPDocumentTranslation** + +SAPTranslationHub +**diagrams.sap.ai.SAPTranslationHub** + +ServiceTicketIntelligence +**diagrams.sap.ai.ServiceTicketIntelligence** + +## sap.analytics + + +SAPAnalyticsCloudEmbeddedEdition +**diagrams.sap.analytics.SAPAnalyticsCloudEmbeddedEdition** + +SAPAnalyticsCloud +**diagrams.sap.analytics.SAPAnalyticsCloud** + +SAPDataIntelligence +**diagrams.sap.analytics.SAPDataIntelligence** + +SAPDatasphere +**diagrams.sap.analytics.SAPDatasphere** + +WebAnalytics +**diagrams.sap.analytics.WebAnalytics** + +## sap.connectivity + + +Bandwidth +**diagrams.sap.connectivity.Bandwidth** + +Connectivity +**diagrams.sap.connectivity.Connectivity** + +Destination +**diagrams.sap.connectivity.Destination** + +PrivateLinkService +**diagrams.sap.connectivity.PrivateLinkService** + +## sap.database_datamanagement + + +DataQualityServices +**diagrams.sap.database_datamanagement.DataQualityServices** + +MasterDataGovernance +**diagrams.sap.database_datamanagement.MasterDataGovernance** + +ObjectStore +**diagrams.sap.database_datamanagement.ObjectStore** + +SAPHANACloud +**diagrams.sap.database_datamanagement.SAPHANACloud** + +SAPHANAPersistenceServiceNeo +**diagrams.sap.database_datamanagement.SAPHANAPersistenceServiceNeo** + +SAPHANASpatialServices +**diagrams.sap.database_datamanagement.SAPHANASpatialServices** + +SAPPersistenceServiceAse +**diagrams.sap.database_datamanagement.SAPPersistenceServiceAse** + +## sap.development + + +ApplicationAutoscaler +**diagrams.sap.development.ApplicationAutoscaler** + +ApplicationLogging +**diagrams.sap.development.ApplicationLogging** + +BusinessApplicationStudio +**diagrams.sap.development.BusinessApplicationStudio** + +FeatureFlagsService +**diagrams.sap.development.FeatureFlagsService** + +RapidApplicationDevelopmentByMendix +**diagrams.sap.development.RapidApplicationDevelopmentByMendix** + +SaasProvisioningService +**diagrams.sap.development.SaasProvisioningService** + +SAPBuildApps +**diagrams.sap.development.SAPBuildApps** + +SAPBuildCode +**diagrams.sap.development.SAPBuildCode** + +Ui5FlexibilityForKeyUsers +**diagrams.sap.development.Ui5FlexibilityForKeyUsers** + +UsageDataManagement +**diagrams.sap.development.UsageDataManagement** + +## sap.devops + + +AutomationPilot +**diagrams.sap.devops.AutomationPilot** + +CloudManagementService +**diagrams.sap.devops.CloudManagementService** + +CloudTransportManagement +**diagrams.sap.devops.CloudTransportManagement** + +ContentAgent +**diagrams.sap.devops.ContentAgent** + +ContinuousIntegrationAndDelivery +**diagrams.sap.devops.ContinuousIntegrationAndDelivery** + +JobSchedulingService +**diagrams.sap.devops.JobSchedulingService** + +MonitoringService +**diagrams.sap.devops.MonitoringService** + +SAPCloudAlmMemoryExt +**diagrams.sap.devops.SAPCloudAlmMemoryExt** + +SAPLandscapeManagementCloud +**diagrams.sap.devops.SAPLandscapeManagementCloud** + +SAPSolutionLifecycleManagement +**diagrams.sap.devops.SAPSolutionLifecycleManagement** + +ServiceManager +**diagrams.sap.devops.ServiceManager** + +## sap.erp + + +SAPS4HANACloud +**diagrams.sap.erp.SAPS4HANACloud** + +SAPS4HANA +**diagrams.sap.erp.SAPS4HANA** + +## sap.extensions + + +IntelligentIntercompanyReconciliation +**diagrams.sap.extensions.IntelligentIntercompanyReconciliation** + +IntelligentIntercompanyReconciliation_Circled +**diagrams.sap.extensions.IntelligentIntercompanyReconciliation_Circled** + +IntelligentSituationAutomation +**diagrams.sap.extensions.IntelligentSituationAutomation** + +IntelligentSituationAutomation_Circled +**diagrams.sap.extensions.IntelligentSituationAutomation_Circled** + +ResponsibilityManagementService +**diagrams.sap.extensions.ResponsibilityManagementService** + +ResponsibilityManagementService_Circled +**diagrams.sap.extensions.ResponsibilityManagementService_Circled** + +## sap.generic + + +Accelerated +**diagrams.sap.generic.Accelerated** + +Accept +**diagrams.sap.generic.Accept** + +ActionSettings +**diagrams.sap.generic.ActionSettings** + +Add +**diagrams.sap.generic.Add** + +Alert +**diagrams.sap.generic.Alert** + +Arobase +**diagrams.sap.generic.Arobase** + +ArrowBottom +**diagrams.sap.generic.ArrowBottom** + +ArrowLeft +**diagrams.sap.generic.ArrowLeft** + +ArrowRight +**diagrams.sap.generic.ArrowRight** + +ArrowTop +**diagrams.sap.generic.ArrowTop** + +Background +**diagrams.sap.generic.Background** + +BarChart +**diagrams.sap.generic.BarChart** + +Block +**diagrams.sap.generic.Block** + +BrokenLink +**diagrams.sap.generic.BrokenLink** + +Calendar +**diagrams.sap.generic.Calendar** + +Camera +**diagrams.sap.generic.Camera** + +Cart +**diagrams.sap.generic.Cart** + +ChainLink +**diagrams.sap.generic.ChainLink** + +Chalkboard +**diagrams.sap.generic.Chalkboard** + +ChartTreeMap +**diagrams.sap.generic.ChartTreeMap** + +Cloud +**diagrams.sap.generic.Cloud** + +Compare +**diagrams.sap.generic.Compare** + +Competitor +**diagrams.sap.generic.Competitor** + +Complete +**diagrams.sap.generic.Complete** + +CourseProgram +**diagrams.sap.generic.CourseProgram** + +CreateEntryTime +**diagrams.sap.generic.CreateEntryTime** + +Create +**diagrams.sap.generic.Create** + +Curriculum +**diagrams.sap.generic.Curriculum** + +CustomerOrderEntry +**diagrams.sap.generic.CustomerOrderEntry** + +DataStore +**diagrams.sap.generic.DataStore** + +Database +**diagrams.sap.generic.Database** + +Decline +**diagrams.sap.generic.Decline** + +Delete +**diagrams.sap.generic.Delete** + +DocumentText +**diagrams.sap.generic.DocumentText** + +Document +**diagrams.sap.generic.Document** + +DownloadFromCloud +**diagrams.sap.generic.DownloadFromCloud** + +Download +**diagrams.sap.generic.Download** + +ECare +**diagrams.sap.generic.ECare** + +ELearning +**diagrams.sap.generic.ELearning** + +Edit +**diagrams.sap.generic.Edit** + +EmailRead +**diagrams.sap.generic.EmailRead** + +EnergySavingLightbulb +**diagrams.sap.generic.EnergySavingLightbulb** + +ExpenseReport +**diagrams.sap.generic.ExpenseReport** + +Factory +**diagrams.sap.generic.Factory** + +FamilyCare +**diagrams.sap.generic.FamilyCare** + +Favorite +**diagrams.sap.generic.Favorite** + +Feed +**diagrams.sap.generic.Feed** + +Filter +**diagrams.sap.generic.Filter** + +Folder +**diagrams.sap.generic.Folder** + +Fresh +**diagrams.sap.generic.Fresh** + +GanttBars +**diagrams.sap.generic.GanttBars** + +Group +**diagrams.sap.generic.Group** + +History +**diagrams.sap.generic.History** + +Home +**diagrams.sap.generic.Home** + +InternetBrowser +**diagrams.sap.generic.InternetBrowser** + +Ipad +**diagrams.sap.generic.Ipad** + +Iphone +**diagrams.sap.generic.Iphone** + +ItHost +**diagrams.sap.generic.ItHost** + +ItInstance +**diagrams.sap.generic.ItInstance** + +ItSystem +**diagrams.sap.generic.ItSystem** + +KeyPair +**diagrams.sap.generic.KeyPair** + +KeyUserSettings +**diagrams.sap.generic.KeyUserSettings** + +Laptop +**diagrams.sap.generic.Laptop** + +LearningAssistant +**diagrams.sap.generic.LearningAssistant** + +Legend +**diagrams.sap.generic.Legend** + +Less +**diagrams.sap.generic.Less** + +Lightbulb +**diagrams.sap.generic.Lightbulb** + +Locked +**diagrams.sap.generic.Locked** + +Log +**diagrams.sap.generic.Log** + +Mail +**diagrams.sap.generic.Mail** + +Map +**diagrams.sap.generic.Map** + +Microphone +**diagrams.sap.generic.Microphone** + +MySalesOrder +**diagrams.sap.generic.MySalesOrder** + +OpenFolder +**diagrams.sap.generic.OpenFolder** + +OrgChart +**diagrams.sap.generic.OrgChart** + +PdfAttachment +**diagrams.sap.generic.PdfAttachment** + +PersonPlaceholder +**diagrams.sap.generic.PersonPlaceholder** + +Post +**diagrams.sap.generic.Post** + +PrivateKey +**diagrams.sap.generic.PrivateKey** + +Process +**diagrams.sap.generic.Process** + +Product +**diagrams.sap.generic.Product** + +PublicKey +**diagrams.sap.generic.PublicKey** + +PushpinOff +**diagrams.sap.generic.PushpinOff** + +Request +**diagrams.sap.generic.Request** + +SAPLogoShape +**diagrams.sap.generic.SAPLogoShape** + +Save +**diagrams.sap.generic.Save** + +Search +**diagrams.sap.generic.Search** + +Settings +**diagrams.sap.generic.Settings** + +Shelf +**diagrams.sap.generic.Shelf** + +Shield +**diagrams.sap.generic.Shield** + +Sort +**diagrams.sap.generic.Sort** + +SoundLoud +**diagrams.sap.generic.SoundLoud** + +Sound +**diagrams.sap.generic.Sound** + +StatusCritical +**diagrams.sap.generic.StatusCritical** + +StatusInactive +**diagrams.sap.generic.StatusInactive** + +StatusNegative +**diagrams.sap.generic.StatusNegative** + +StatusPositive +**diagrams.sap.generic.StatusPositive** + +SwitchClasses +**diagrams.sap.generic.SwitchClasses** + +Synchronize +**diagrams.sap.generic.Synchronize** + +SysHelp +**diagrams.sap.generic.SysHelp** + +SysMonitor +**diagrams.sap.generic.SysMonitor** + +SystemHANA +**diagrams.sap.generic.SystemHANA** + +Timesheet +**diagrams.sap.generic.Timesheet** + +Tree +**diagrams.sap.generic.Tree** + +Unfavorite +**diagrams.sap.generic.Unfavorite** + +Unlocked +**diagrams.sap.generic.Unlocked** + +UploadToCloud +**diagrams.sap.generic.UploadToCloud** + +Upload +**diagrams.sap.generic.Upload** + +Video +**diagrams.sap.generic.Video** + +Wifi +**diagrams.sap.generic.Wifi** + +World +**diagrams.sap.generic.World** + +Wrench +**diagrams.sap.generic.Wrench** + +## sap.integration + + +AdvancedEventMesh +**diagrams.sap.integration.AdvancedEventMesh** + +CloudIntegrationAutomation +**diagrams.sap.integration.CloudIntegrationAutomation** + +CloudIntegrationForDataServices +**diagrams.sap.integration.CloudIntegrationForDataServices** + +EventMesh +**diagrams.sap.integration.EventMesh** + +IntegrationSuite +**diagrams.sap.integration.IntegrationSuite** + +MasterDataIntegration +**diagrams.sap.integration.MasterDataIntegration** + +SAPDocumentAndReportingCompliance +**diagrams.sap.integration.SAPDocumentAndReportingCompliance** + +SAPEventBroker +**diagrams.sap.integration.SAPEventBroker** + +SAPGraph +**diagrams.sap.integration.SAPGraph** + +## sap.lob_industries + + +SAPGreenToken +**diagrams.sap.lob_industries.SAPGreenToken** + +SAPMarketRatesManagement +**diagrams.sap.lob_industries.SAPMarketRatesManagement** + +SAPVariantConfigurationAndPricing +**diagrams.sap.lob_industries.SAPVariantConfigurationAndPricing** + +## sap.mobile + + +Agentry +**diagrams.sap.mobile.Agentry** + +MobileServices +**diagrams.sap.mobile.MobileServices** + +## sap.other + + +DateAndTime +**diagrams.sap.other.DateAndTime** + +IbanService +**diagrams.sap.other.IbanService** + +PlaceholderServiceName +**diagrams.sap.other.PlaceholderServiceName** + +PrintService +**diagrams.sap.other.PrintService** + +SAPIot +**diagrams.sap.other.SAPIot** + +WorkCalendar +**diagrams.sap.other.WorkCalendar** + +## sap.processautomation + + +BusinessRules +**diagrams.sap.processautomation.BusinessRules** + +ProcessAutomation +**diagrams.sap.processautomation.ProcessAutomation** + +SAPBuildProcessAutomation +**diagrams.sap.processautomation.SAPBuildProcessAutomation** + +SAPIntelligentRpa +**diagrams.sap.processautomation.SAPIntelligentRpa** + +WorkflowManagement +**diagrams.sap.processautomation.WorkflowManagement** + +WorkflowService +**diagrams.sap.processautomation.WorkflowService** + +## sap.runtimes + + +AbapEnvironment +**diagrams.sap.runtimes.AbapEnvironment** + +AbapSolution +**diagrams.sap.runtimes.AbapSolution** + +CloudFoundryRuntime +**diagrams.sap.runtimes.CloudFoundryRuntime** + +Html5AppRepository +**diagrams.sap.runtimes.Html5AppRepository** + +KymaRuntime +**diagrams.sap.runtimes.KymaRuntime** + +## sap.saas + + +SAPAribaBlack +**diagrams.sap.saas.SAPAribaBlack** + +SAPAriba +**diagrams.sap.saas.SAPAriba** + +SAPConcurBlack +**diagrams.sap.saas.SAPConcurBlack** + +SAPConcur +**diagrams.sap.saas.SAPConcur** + +SAPFieldglassBlack +**diagrams.sap.saas.SAPFieldglassBlack** + +SAPFieldglass +**diagrams.sap.saas.SAPFieldglass** + +SAPHealthBlack +**diagrams.sap.saas.SAPHealthBlack** + +SAPHealth +**diagrams.sap.saas.SAPHealth** + +SAPSuccessfactorsBlack +**diagrams.sap.saas.SAPSuccessfactorsBlack** + +SAPSuccessfactors +**diagrams.sap.saas.SAPSuccessfactors** + +## sap.security + + +AuditLogService +**diagrams.sap.security.AuditLogService** + +AuthorizationAndTrustManagementService +**diagrams.sap.security.AuthorizationAndTrustManagementService** + +CredentialStore +**diagrams.sap.security.CredentialStore** + +CustomDomain +**diagrams.sap.security.CustomDomain** + +DataPrivacyIntegration +**diagrams.sap.security.DataPrivacyIntegration** + +IdentityProvisioning +**diagrams.sap.security.IdentityProvisioning** + +KeystoreService +**diagrams.sap.security.KeystoreService** + +MalwareScanning +**diagrams.sap.security.MalwareScanning** + +Oauth2Service +**diagrams.sap.security.Oauth2Service** + +SAPDataRetentionManager +**diagrams.sap.security.SAPDataRetentionManager** + +SAPPersonalDataManager +**diagrams.sap.security.SAPPersonalDataManager** + +## sap.ux + + +CloudPortalService +**diagrams.sap.ux.CloudPortalService** + +DocumentManagementServiceApplication +**diagrams.sap.ux.DocumentManagementServiceApplication** + +LaunchpadService +**diagrams.sap.ux.LaunchpadService** + +SAPBuildWorkZoneAdvancedEdition +**diagrams.sap.ux.SAPBuildWorkZoneAdvancedEdition** + +SAPBuildWorkZoneStandardEdition +**diagrams.sap.ux.SAPBuildWorkZoneStandardEdition** + +SAPTaskCenter +**diagrams.sap.ux.SAPTaskCenter** diff --git a/resources/sap/ai/business-entity-recognition.png b/resources/sap/ai/business-entity-recognition.png new file mode 100644 index 0000000..efcbe1d Binary files /dev/null and b/resources/sap/ai/business-entity-recognition.png differ diff --git a/resources/sap/ai/conversational-ai.png b/resources/sap/ai/conversational-ai.png new file mode 100644 index 0000000..fd26077 Binary files /dev/null and b/resources/sap/ai/conversational-ai.png differ diff --git a/resources/sap/ai/data-attribute-recommendation.png b/resources/sap/ai/data-attribute-recommendation.png new file mode 100644 index 0000000..9f2b792 Binary files /dev/null and b/resources/sap/ai/data-attribute-recommendation.png differ diff --git a/resources/sap/ai/document-classification.png b/resources/sap/ai/document-classification.png new file mode 100644 index 0000000..600af5a Binary files /dev/null and b/resources/sap/ai/document-classification.png differ diff --git a/resources/sap/ai/document-information-extraction.png b/resources/sap/ai/document-information-extraction.png new file mode 100644 index 0000000..f197431 Binary files /dev/null and b/resources/sap/ai/document-information-extraction.png differ diff --git a/resources/sap/ai/invoice-recommendation.png b/resources/sap/ai/invoice-recommendation.png new file mode 100644 index 0000000..3b2a0bb Binary files /dev/null and b/resources/sap/ai/invoice-recommendation.png differ diff --git a/resources/sap/ai/personalized-recommendation.png b/resources/sap/ai/personalized-recommendation.png new file mode 100644 index 0000000..b306619 Binary files /dev/null and b/resources/sap/ai/personalized-recommendation.png differ diff --git a/resources/sap/ai/sap-ai-launchpad.png b/resources/sap/ai/sap-ai-launchpad.png new file mode 100644 index 0000000..fbe5371 Binary files /dev/null and b/resources/sap/ai/sap-ai-launchpad.png differ diff --git a/resources/sap/ai/sap-digital-assistant-service.png b/resources/sap/ai/sap-digital-assistant-service.png new file mode 100644 index 0000000..24d833a Binary files /dev/null and b/resources/sap/ai/sap-digital-assistant-service.png differ diff --git a/resources/sap/ai/sap-document-translation.png b/resources/sap/ai/sap-document-translation.png new file mode 100644 index 0000000..d59fe08 Binary files /dev/null and b/resources/sap/ai/sap-document-translation.png differ diff --git a/resources/sap/ai/sap-translation-hub.png b/resources/sap/ai/sap-translation-hub.png new file mode 100644 index 0000000..07635c9 Binary files /dev/null and b/resources/sap/ai/sap-translation-hub.png differ diff --git a/resources/sap/ai/service-ticket-intelligence.png b/resources/sap/ai/service-ticket-intelligence.png new file mode 100644 index 0000000..a204205 Binary files /dev/null and b/resources/sap/ai/service-ticket-intelligence.png differ diff --git a/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png b/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png new file mode 100644 index 0000000..a719cc9 Binary files /dev/null and b/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png differ diff --git a/resources/sap/analytics/sap-analytics-cloud.png b/resources/sap/analytics/sap-analytics-cloud.png new file mode 100644 index 0000000..7a5f5a8 Binary files /dev/null and b/resources/sap/analytics/sap-analytics-cloud.png differ diff --git a/resources/sap/analytics/sap-data-intelligence.png b/resources/sap/analytics/sap-data-intelligence.png new file mode 100644 index 0000000..c73327a Binary files /dev/null and b/resources/sap/analytics/sap-data-intelligence.png differ diff --git a/resources/sap/analytics/sap-datasphere.png b/resources/sap/analytics/sap-datasphere.png new file mode 100644 index 0000000..95f38af Binary files /dev/null and b/resources/sap/analytics/sap-datasphere.png differ diff --git a/resources/sap/analytics/web-analytics.png b/resources/sap/analytics/web-analytics.png new file mode 100644 index 0000000..6162e94 Binary files /dev/null and b/resources/sap/analytics/web-analytics.png differ diff --git a/resources/sap/connectivity/bandwidth.png b/resources/sap/connectivity/bandwidth.png new file mode 100644 index 0000000..499c18f Binary files /dev/null and b/resources/sap/connectivity/bandwidth.png differ diff --git a/resources/sap/connectivity/connectivity.png b/resources/sap/connectivity/connectivity.png new file mode 100644 index 0000000..6b53957 Binary files /dev/null and b/resources/sap/connectivity/connectivity.png differ diff --git a/resources/sap/connectivity/destination.png b/resources/sap/connectivity/destination.png new file mode 100644 index 0000000..a33289d Binary files /dev/null and b/resources/sap/connectivity/destination.png differ diff --git a/resources/sap/connectivity/private-link-service.png b/resources/sap/connectivity/private-link-service.png new file mode 100644 index 0000000..64eb5d5 Binary files /dev/null and b/resources/sap/connectivity/private-link-service.png differ diff --git a/resources/sap/database_datamanagement/data-quality-services.png b/resources/sap/database_datamanagement/data-quality-services.png new file mode 100644 index 0000000..00aa285 Binary files /dev/null and b/resources/sap/database_datamanagement/data-quality-services.png differ diff --git a/resources/sap/database_datamanagement/master-data-governance.png b/resources/sap/database_datamanagement/master-data-governance.png new file mode 100644 index 0000000..c3a2628 Binary files /dev/null and b/resources/sap/database_datamanagement/master-data-governance.png differ diff --git a/resources/sap/database_datamanagement/object-store.png b/resources/sap/database_datamanagement/object-store.png new file mode 100644 index 0000000..505a2df Binary files /dev/null and b/resources/sap/database_datamanagement/object-store.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-cloud.png b/resources/sap/database_datamanagement/sap-hana-cloud.png new file mode 100644 index 0000000..05bb3c9 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-cloud.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png b/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png new file mode 100644 index 0000000..267baf4 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png differ diff --git a/resources/sap/database_datamanagement/sap-hana-spatial-services.png b/resources/sap/database_datamanagement/sap-hana-spatial-services.png new file mode 100644 index 0000000..fdcf7b0 Binary files /dev/null and b/resources/sap/database_datamanagement/sap-hana-spatial-services.png differ diff --git a/resources/sap/database_datamanagement/sap-persistence-service-ase.png b/resources/sap/database_datamanagement/sap-persistence-service-ase.png new file mode 100644 index 0000000..e59c13c Binary files /dev/null and b/resources/sap/database_datamanagement/sap-persistence-service-ase.png differ diff --git a/resources/sap/development/application-autoscaler.png b/resources/sap/development/application-autoscaler.png new file mode 100644 index 0000000..03c2b94 Binary files /dev/null and b/resources/sap/development/application-autoscaler.png differ diff --git a/resources/sap/development/application-logging.png b/resources/sap/development/application-logging.png new file mode 100644 index 0000000..5b8b3ab Binary files /dev/null and b/resources/sap/development/application-logging.png differ diff --git a/resources/sap/development/business-application-studio.png b/resources/sap/development/business-application-studio.png new file mode 100644 index 0000000..c0d28f6 Binary files /dev/null and b/resources/sap/development/business-application-studio.png differ diff --git a/resources/sap/development/feature-flags-service.png b/resources/sap/development/feature-flags-service.png new file mode 100644 index 0000000..b7fa10a Binary files /dev/null and b/resources/sap/development/feature-flags-service.png differ diff --git a/resources/sap/development/rapid-application-development-by-mendix.png b/resources/sap/development/rapid-application-development-by-mendix.png new file mode 100644 index 0000000..f449029 Binary files /dev/null and b/resources/sap/development/rapid-application-development-by-mendix.png differ diff --git a/resources/sap/development/saas-provisioning-service.png b/resources/sap/development/saas-provisioning-service.png new file mode 100644 index 0000000..5c78f1a Binary files /dev/null and b/resources/sap/development/saas-provisioning-service.png differ diff --git a/resources/sap/development/sap-build-apps.png b/resources/sap/development/sap-build-apps.png new file mode 100644 index 0000000..759fed2 Binary files /dev/null and b/resources/sap/development/sap-build-apps.png differ diff --git a/resources/sap/development/sap-build-code.png b/resources/sap/development/sap-build-code.png new file mode 100644 index 0000000..1226ab1 Binary files /dev/null and b/resources/sap/development/sap-build-code.png differ diff --git a/resources/sap/development/ui5-flexibility-for-key-users.png b/resources/sap/development/ui5-flexibility-for-key-users.png new file mode 100644 index 0000000..77aa3c8 Binary files /dev/null and b/resources/sap/development/ui5-flexibility-for-key-users.png differ diff --git a/resources/sap/development/usage-data-management.png b/resources/sap/development/usage-data-management.png new file mode 100644 index 0000000..005d070 Binary files /dev/null and b/resources/sap/development/usage-data-management.png differ diff --git a/resources/sap/devops/automation-pilot.png b/resources/sap/devops/automation-pilot.png new file mode 100644 index 0000000..22a72e6 Binary files /dev/null and b/resources/sap/devops/automation-pilot.png differ diff --git a/resources/sap/devops/cloud-management-service.png b/resources/sap/devops/cloud-management-service.png new file mode 100644 index 0000000..62efa93 Binary files /dev/null and b/resources/sap/devops/cloud-management-service.png differ diff --git a/resources/sap/devops/cloud-transport-management.png b/resources/sap/devops/cloud-transport-management.png new file mode 100644 index 0000000..baa5777 Binary files /dev/null and b/resources/sap/devops/cloud-transport-management.png differ diff --git a/resources/sap/devops/content-agent.png b/resources/sap/devops/content-agent.png new file mode 100644 index 0000000..8ea12e9 Binary files /dev/null and b/resources/sap/devops/content-agent.png differ diff --git a/resources/sap/devops/continuous-integration-and-delivery.png b/resources/sap/devops/continuous-integration-and-delivery.png new file mode 100644 index 0000000..3b536db Binary files /dev/null and b/resources/sap/devops/continuous-integration-and-delivery.png differ diff --git a/resources/sap/devops/job-scheduling-service.png b/resources/sap/devops/job-scheduling-service.png new file mode 100644 index 0000000..2d88794 Binary files /dev/null and b/resources/sap/devops/job-scheduling-service.png differ diff --git a/resources/sap/devops/monitoring-service.png b/resources/sap/devops/monitoring-service.png new file mode 100644 index 0000000..4bc8e47 Binary files /dev/null and b/resources/sap/devops/monitoring-service.png differ diff --git a/resources/sap/devops/sap-cloud-alm-memory-ext.png b/resources/sap/devops/sap-cloud-alm-memory-ext.png new file mode 100644 index 0000000..281fd94 Binary files /dev/null and b/resources/sap/devops/sap-cloud-alm-memory-ext.png differ diff --git a/resources/sap/devops/sap-landscape-management-cloud.png b/resources/sap/devops/sap-landscape-management-cloud.png new file mode 100644 index 0000000..046ca6a Binary files /dev/null and b/resources/sap/devops/sap-landscape-management-cloud.png differ diff --git a/resources/sap/devops/sap-solution-lifecycle-management.png b/resources/sap/devops/sap-solution-lifecycle-management.png new file mode 100644 index 0000000..1b80531 Binary files /dev/null and b/resources/sap/devops/sap-solution-lifecycle-management.png differ diff --git a/resources/sap/devops/service-manager.png b/resources/sap/devops/service-manager.png new file mode 100644 index 0000000..8c616b8 Binary files /dev/null and b/resources/sap/devops/service-manager.png differ diff --git a/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png b/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png new file mode 100644 index 0000000..d002705 Binary files /dev/null and b/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png differ diff --git a/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png b/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png new file mode 100644 index 0000000..8d2c1df Binary files /dev/null and b/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png differ diff --git a/resources/sap/erp/extensions/intelligent-situation-automation.png b/resources/sap/erp/extensions/intelligent-situation-automation.png new file mode 100644 index 0000000..fe709cf Binary files /dev/null and b/resources/sap/erp/extensions/intelligent-situation-automation.png differ diff --git a/resources/sap/erp/extensions/intelligent-situation-automation_circled.png b/resources/sap/erp/extensions/intelligent-situation-automation_circled.png new file mode 100644 index 0000000..ddd1bbb Binary files /dev/null and b/resources/sap/erp/extensions/intelligent-situation-automation_circled.png differ diff --git a/resources/sap/erp/extensions/responsibility-management-service.png b/resources/sap/erp/extensions/responsibility-management-service.png new file mode 100644 index 0000000..98f9a81 Binary files /dev/null and b/resources/sap/erp/extensions/responsibility-management-service.png differ diff --git a/resources/sap/erp/extensions/responsibility-management-service_circled.png b/resources/sap/erp/extensions/responsibility-management-service_circled.png new file mode 100644 index 0000000..efd6c98 Binary files /dev/null and b/resources/sap/erp/extensions/responsibility-management-service_circled.png differ diff --git a/resources/sap/erp/sap-s4hana-cloud.png b/resources/sap/erp/sap-s4hana-cloud.png new file mode 100644 index 0000000..403b7cd Binary files /dev/null and b/resources/sap/erp/sap-s4hana-cloud.png differ diff --git a/resources/sap/erp/sap-s4hana.png b/resources/sap/erp/sap-s4hana.png new file mode 100644 index 0000000..ee78a6d Binary files /dev/null and b/resources/sap/erp/sap-s4hana.png differ diff --git a/resources/sap/extensions/intelligent-intercompany-reconciliation.png b/resources/sap/extensions/intelligent-intercompany-reconciliation.png new file mode 100644 index 0000000..175eef1 Binary files /dev/null and b/resources/sap/extensions/intelligent-intercompany-reconciliation.png differ diff --git a/resources/sap/extensions/intelligent-situation-automation.png b/resources/sap/extensions/intelligent-situation-automation.png new file mode 100644 index 0000000..40ea0ee Binary files /dev/null and b/resources/sap/extensions/intelligent-situation-automation.png differ diff --git a/resources/sap/extensions/responsibility-management-service.png b/resources/sap/extensions/responsibility-management-service.png new file mode 100644 index 0000000..2ed6c9d Binary files /dev/null and b/resources/sap/extensions/responsibility-management-service.png differ diff --git a/resources/sap/generic/accelerated.png b/resources/sap/generic/accelerated.png new file mode 100644 index 0000000..25fb84b Binary files /dev/null and b/resources/sap/generic/accelerated.png differ diff --git a/resources/sap/generic/accept.png b/resources/sap/generic/accept.png new file mode 100644 index 0000000..e21ac29 Binary files /dev/null and b/resources/sap/generic/accept.png differ diff --git a/resources/sap/generic/action-settings.png b/resources/sap/generic/action-settings.png new file mode 100644 index 0000000..630e1bf Binary files /dev/null and b/resources/sap/generic/action-settings.png differ diff --git a/resources/sap/generic/add.png b/resources/sap/generic/add.png new file mode 100644 index 0000000..236d8db Binary files /dev/null and b/resources/sap/generic/add.png differ diff --git a/resources/sap/generic/alert.png b/resources/sap/generic/alert.png new file mode 100644 index 0000000..1d41489 Binary files /dev/null and b/resources/sap/generic/alert.png differ diff --git a/resources/sap/generic/arobase.png b/resources/sap/generic/arobase.png new file mode 100644 index 0000000..700bf6c Binary files /dev/null and b/resources/sap/generic/arobase.png differ diff --git a/resources/sap/generic/arrow-bottom.png b/resources/sap/generic/arrow-bottom.png new file mode 100644 index 0000000..f095a24 Binary files /dev/null and b/resources/sap/generic/arrow-bottom.png differ diff --git a/resources/sap/generic/arrow-left.png b/resources/sap/generic/arrow-left.png new file mode 100644 index 0000000..4580c49 Binary files /dev/null and b/resources/sap/generic/arrow-left.png differ diff --git a/resources/sap/generic/arrow-right.png b/resources/sap/generic/arrow-right.png new file mode 100644 index 0000000..0347f59 Binary files /dev/null and b/resources/sap/generic/arrow-right.png differ diff --git a/resources/sap/generic/arrow-top.png b/resources/sap/generic/arrow-top.png new file mode 100644 index 0000000..be0ef43 Binary files /dev/null and b/resources/sap/generic/arrow-top.png differ diff --git a/resources/sap/generic/background.png b/resources/sap/generic/background.png new file mode 100644 index 0000000..5a0320c Binary files /dev/null and b/resources/sap/generic/background.png differ diff --git a/resources/sap/generic/bar-chart.png b/resources/sap/generic/bar-chart.png new file mode 100644 index 0000000..2bd6e0d Binary files /dev/null and b/resources/sap/generic/bar-chart.png differ diff --git a/resources/sap/generic/block.png b/resources/sap/generic/block.png new file mode 100644 index 0000000..a309f32 Binary files /dev/null and b/resources/sap/generic/block.png differ diff --git a/resources/sap/generic/broken-link.png b/resources/sap/generic/broken-link.png new file mode 100644 index 0000000..e13b7a4 Binary files /dev/null and b/resources/sap/generic/broken-link.png differ diff --git a/resources/sap/generic/calendar.png b/resources/sap/generic/calendar.png new file mode 100644 index 0000000..7754b91 Binary files /dev/null and b/resources/sap/generic/calendar.png differ diff --git a/resources/sap/generic/camera.png b/resources/sap/generic/camera.png new file mode 100644 index 0000000..55b2e82 Binary files /dev/null and b/resources/sap/generic/camera.png differ diff --git a/resources/sap/generic/cart.png b/resources/sap/generic/cart.png new file mode 100644 index 0000000..5406716 Binary files /dev/null and b/resources/sap/generic/cart.png differ diff --git a/resources/sap/generic/chain-link.png b/resources/sap/generic/chain-link.png new file mode 100644 index 0000000..4e2be87 Binary files /dev/null and b/resources/sap/generic/chain-link.png differ diff --git a/resources/sap/generic/chalkboard.png b/resources/sap/generic/chalkboard.png new file mode 100644 index 0000000..935c546 Binary files /dev/null and b/resources/sap/generic/chalkboard.png differ diff --git a/resources/sap/generic/chart-tree-map.png b/resources/sap/generic/chart-tree-map.png new file mode 100644 index 0000000..aab5936 Binary files /dev/null and b/resources/sap/generic/chart-tree-map.png differ diff --git a/resources/sap/generic/cloud.png b/resources/sap/generic/cloud.png new file mode 100644 index 0000000..73efb2d Binary files /dev/null and b/resources/sap/generic/cloud.png differ diff --git a/resources/sap/generic/compare.png b/resources/sap/generic/compare.png new file mode 100644 index 0000000..fb1cc36 Binary files /dev/null and b/resources/sap/generic/compare.png differ diff --git a/resources/sap/generic/competitor.png b/resources/sap/generic/competitor.png new file mode 100644 index 0000000..3ed6c5a Binary files /dev/null and b/resources/sap/generic/competitor.png differ diff --git a/resources/sap/generic/complete.png b/resources/sap/generic/complete.png new file mode 100644 index 0000000..a7f3222 Binary files /dev/null and b/resources/sap/generic/complete.png differ diff --git a/resources/sap/generic/course-program.png b/resources/sap/generic/course-program.png new file mode 100644 index 0000000..9bb56a9 Binary files /dev/null and b/resources/sap/generic/course-program.png differ diff --git a/resources/sap/generic/create-entry-time.png b/resources/sap/generic/create-entry-time.png new file mode 100644 index 0000000..a23b3a9 Binary files /dev/null and b/resources/sap/generic/create-entry-time.png differ diff --git a/resources/sap/generic/create.png b/resources/sap/generic/create.png new file mode 100644 index 0000000..7c73a21 Binary files /dev/null and b/resources/sap/generic/create.png differ diff --git a/resources/sap/generic/curriculum.png b/resources/sap/generic/curriculum.png new file mode 100644 index 0000000..ac9f4d0 Binary files /dev/null and b/resources/sap/generic/curriculum.png differ diff --git a/resources/sap/generic/customer-order-entry.png b/resources/sap/generic/customer-order-entry.png new file mode 100644 index 0000000..7102397 Binary files /dev/null and b/resources/sap/generic/customer-order-entry.png differ diff --git a/resources/sap/generic/data-store.png b/resources/sap/generic/data-store.png new file mode 100644 index 0000000..f29e82d Binary files /dev/null and b/resources/sap/generic/data-store.png differ diff --git a/resources/sap/generic/database.png b/resources/sap/generic/database.png new file mode 100644 index 0000000..c28f5c0 Binary files /dev/null and b/resources/sap/generic/database.png differ diff --git a/resources/sap/generic/decline.png b/resources/sap/generic/decline.png new file mode 100644 index 0000000..af25bca Binary files /dev/null and b/resources/sap/generic/decline.png differ diff --git a/resources/sap/generic/delete.png b/resources/sap/generic/delete.png new file mode 100644 index 0000000..3d2d11f Binary files /dev/null and b/resources/sap/generic/delete.png differ diff --git a/resources/sap/generic/document-text.png b/resources/sap/generic/document-text.png new file mode 100644 index 0000000..d33a765 Binary files /dev/null and b/resources/sap/generic/document-text.png differ diff --git a/resources/sap/generic/document.png b/resources/sap/generic/document.png new file mode 100644 index 0000000..18a27d0 Binary files /dev/null and b/resources/sap/generic/document.png differ diff --git a/resources/sap/generic/download-from-cloud.png b/resources/sap/generic/download-from-cloud.png new file mode 100644 index 0000000..6dc2dfa Binary files /dev/null and b/resources/sap/generic/download-from-cloud.png differ diff --git a/resources/sap/generic/download.png b/resources/sap/generic/download.png new file mode 100644 index 0000000..8681566 Binary files /dev/null and b/resources/sap/generic/download.png differ diff --git a/resources/sap/generic/e-care.png b/resources/sap/generic/e-care.png new file mode 100644 index 0000000..219b055 Binary files /dev/null and b/resources/sap/generic/e-care.png differ diff --git a/resources/sap/generic/e-learning.png b/resources/sap/generic/e-learning.png new file mode 100644 index 0000000..057b1ae Binary files /dev/null and b/resources/sap/generic/e-learning.png differ diff --git a/resources/sap/generic/edit.png b/resources/sap/generic/edit.png new file mode 100644 index 0000000..e1ba209 Binary files /dev/null and b/resources/sap/generic/edit.png differ diff --git a/resources/sap/generic/email-read.png b/resources/sap/generic/email-read.png new file mode 100644 index 0000000..8fd046b Binary files /dev/null and b/resources/sap/generic/email-read.png differ diff --git a/resources/sap/generic/energy-saving-lightbulb.png b/resources/sap/generic/energy-saving-lightbulb.png new file mode 100644 index 0000000..5d0bc82 Binary files /dev/null and b/resources/sap/generic/energy-saving-lightbulb.png differ diff --git a/resources/sap/generic/expense-report.png b/resources/sap/generic/expense-report.png new file mode 100644 index 0000000..ae65b25 Binary files /dev/null and b/resources/sap/generic/expense-report.png differ diff --git a/resources/sap/generic/factory.png b/resources/sap/generic/factory.png new file mode 100644 index 0000000..5b30665 Binary files /dev/null and b/resources/sap/generic/factory.png differ diff --git a/resources/sap/generic/family-care.png b/resources/sap/generic/family-care.png new file mode 100644 index 0000000..5f1657f Binary files /dev/null and b/resources/sap/generic/family-care.png differ diff --git a/resources/sap/generic/favorite.png b/resources/sap/generic/favorite.png new file mode 100644 index 0000000..c9e3214 Binary files /dev/null and b/resources/sap/generic/favorite.png differ diff --git a/resources/sap/generic/feed.png b/resources/sap/generic/feed.png new file mode 100644 index 0000000..cc35249 Binary files /dev/null and b/resources/sap/generic/feed.png differ diff --git a/resources/sap/generic/filter.png b/resources/sap/generic/filter.png new file mode 100644 index 0000000..20278cf Binary files /dev/null and b/resources/sap/generic/filter.png differ diff --git a/resources/sap/generic/folder.png b/resources/sap/generic/folder.png new file mode 100644 index 0000000..df9d2ea Binary files /dev/null and b/resources/sap/generic/folder.png differ diff --git a/resources/sap/generic/fresh.png b/resources/sap/generic/fresh.png new file mode 100644 index 0000000..e1a9ed6 Binary files /dev/null and b/resources/sap/generic/fresh.png differ diff --git a/resources/sap/generic/gantt-bars.png b/resources/sap/generic/gantt-bars.png new file mode 100644 index 0000000..40afbb4 Binary files /dev/null and b/resources/sap/generic/gantt-bars.png differ diff --git a/resources/sap/generic/group.png b/resources/sap/generic/group.png new file mode 100644 index 0000000..071a25c Binary files /dev/null and b/resources/sap/generic/group.png differ diff --git a/resources/sap/generic/history.png b/resources/sap/generic/history.png new file mode 100644 index 0000000..e4185a0 Binary files /dev/null and b/resources/sap/generic/history.png differ diff --git a/resources/sap/generic/home.png b/resources/sap/generic/home.png new file mode 100644 index 0000000..d735f14 Binary files /dev/null and b/resources/sap/generic/home.png differ diff --git a/resources/sap/generic/internet-browser.png b/resources/sap/generic/internet-browser.png new file mode 100644 index 0000000..a960ce8 Binary files /dev/null and b/resources/sap/generic/internet-browser.png differ diff --git a/resources/sap/generic/ipad.png b/resources/sap/generic/ipad.png new file mode 100644 index 0000000..70e71db Binary files /dev/null and b/resources/sap/generic/ipad.png differ diff --git a/resources/sap/generic/iphone.png b/resources/sap/generic/iphone.png new file mode 100644 index 0000000..2f22e96 Binary files /dev/null and b/resources/sap/generic/iphone.png differ diff --git a/resources/sap/generic/it-host.png b/resources/sap/generic/it-host.png new file mode 100644 index 0000000..1691f94 Binary files /dev/null and b/resources/sap/generic/it-host.png differ diff --git a/resources/sap/generic/it-instance.png b/resources/sap/generic/it-instance.png new file mode 100644 index 0000000..2207659 Binary files /dev/null and b/resources/sap/generic/it-instance.png differ diff --git a/resources/sap/generic/it-system.png b/resources/sap/generic/it-system.png new file mode 100644 index 0000000..f5c5635 Binary files /dev/null and b/resources/sap/generic/it-system.png differ diff --git a/resources/sap/generic/key-pair.png b/resources/sap/generic/key-pair.png new file mode 100644 index 0000000..bfde228 Binary files /dev/null and b/resources/sap/generic/key-pair.png differ diff --git a/resources/sap/generic/key-user-settings.png b/resources/sap/generic/key-user-settings.png new file mode 100644 index 0000000..c79db75 Binary files /dev/null and b/resources/sap/generic/key-user-settings.png differ diff --git a/resources/sap/generic/laptop.png b/resources/sap/generic/laptop.png new file mode 100644 index 0000000..2e56c36 Binary files /dev/null and b/resources/sap/generic/laptop.png differ diff --git a/resources/sap/generic/learning-assistant.png b/resources/sap/generic/learning-assistant.png new file mode 100644 index 0000000..a8f0c8b Binary files /dev/null and b/resources/sap/generic/learning-assistant.png differ diff --git a/resources/sap/generic/legend.png b/resources/sap/generic/legend.png new file mode 100644 index 0000000..d1727e3 Binary files /dev/null and b/resources/sap/generic/legend.png differ diff --git a/resources/sap/generic/less.png b/resources/sap/generic/less.png new file mode 100644 index 0000000..c2f3915 Binary files /dev/null and b/resources/sap/generic/less.png differ diff --git a/resources/sap/generic/lightbulb.png b/resources/sap/generic/lightbulb.png new file mode 100644 index 0000000..b58c4aa Binary files /dev/null and b/resources/sap/generic/lightbulb.png differ diff --git a/resources/sap/generic/locked.png b/resources/sap/generic/locked.png new file mode 100644 index 0000000..ca6db2c Binary files /dev/null and b/resources/sap/generic/locked.png differ diff --git a/resources/sap/generic/log.png b/resources/sap/generic/log.png new file mode 100644 index 0000000..a1d1f00 Binary files /dev/null and b/resources/sap/generic/log.png differ diff --git a/resources/sap/generic/mail.png b/resources/sap/generic/mail.png new file mode 100644 index 0000000..73f090e Binary files /dev/null and b/resources/sap/generic/mail.png differ diff --git a/resources/sap/generic/map.png b/resources/sap/generic/map.png new file mode 100644 index 0000000..cf83fe7 Binary files /dev/null and b/resources/sap/generic/map.png differ diff --git a/resources/sap/generic/microphone.png b/resources/sap/generic/microphone.png new file mode 100644 index 0000000..5e50406 Binary files /dev/null and b/resources/sap/generic/microphone.png differ diff --git a/resources/sap/generic/my-sales-order.png b/resources/sap/generic/my-sales-order.png new file mode 100644 index 0000000..76962b1 Binary files /dev/null and b/resources/sap/generic/my-sales-order.png differ diff --git a/resources/sap/generic/open-folder.png b/resources/sap/generic/open-folder.png new file mode 100644 index 0000000..bfbe45b Binary files /dev/null and b/resources/sap/generic/open-folder.png differ diff --git a/resources/sap/generic/org-chart.png b/resources/sap/generic/org-chart.png new file mode 100644 index 0000000..911c0b4 Binary files /dev/null and b/resources/sap/generic/org-chart.png differ diff --git a/resources/sap/generic/pdf-attachment.png b/resources/sap/generic/pdf-attachment.png new file mode 100644 index 0000000..c3c0cd1 Binary files /dev/null and b/resources/sap/generic/pdf-attachment.png differ diff --git a/resources/sap/generic/person-placeholder.png b/resources/sap/generic/person-placeholder.png new file mode 100644 index 0000000..4cef60a Binary files /dev/null and b/resources/sap/generic/person-placeholder.png differ diff --git a/resources/sap/generic/post.png b/resources/sap/generic/post.png new file mode 100644 index 0000000..5534fa5 Binary files /dev/null and b/resources/sap/generic/post.png differ diff --git a/resources/sap/generic/private-key.png b/resources/sap/generic/private-key.png new file mode 100644 index 0000000..bbf4a38 Binary files /dev/null and b/resources/sap/generic/private-key.png differ diff --git a/resources/sap/generic/process.png b/resources/sap/generic/process.png new file mode 100644 index 0000000..4813083 Binary files /dev/null and b/resources/sap/generic/process.png differ diff --git a/resources/sap/generic/product.png b/resources/sap/generic/product.png new file mode 100644 index 0000000..cbd8e1c Binary files /dev/null and b/resources/sap/generic/product.png differ diff --git a/resources/sap/generic/public-key.png b/resources/sap/generic/public-key.png new file mode 100644 index 0000000..539d874 Binary files /dev/null and b/resources/sap/generic/public-key.png differ diff --git a/resources/sap/generic/pushpin-off.png b/resources/sap/generic/pushpin-off.png new file mode 100644 index 0000000..ce5ef17 Binary files /dev/null and b/resources/sap/generic/pushpin-off.png differ diff --git a/resources/sap/generic/request.png b/resources/sap/generic/request.png new file mode 100644 index 0000000..38664e7 Binary files /dev/null and b/resources/sap/generic/request.png differ diff --git a/resources/sap/generic/sap-logo-shape.png b/resources/sap/generic/sap-logo-shape.png new file mode 100644 index 0000000..f2769a3 Binary files /dev/null and b/resources/sap/generic/sap-logo-shape.png differ diff --git a/resources/sap/generic/save.png b/resources/sap/generic/save.png new file mode 100644 index 0000000..585cbe8 Binary files /dev/null and b/resources/sap/generic/save.png differ diff --git a/resources/sap/generic/search.png b/resources/sap/generic/search.png new file mode 100644 index 0000000..f2c8665 Binary files /dev/null and b/resources/sap/generic/search.png differ diff --git a/resources/sap/generic/settings.png b/resources/sap/generic/settings.png new file mode 100644 index 0000000..f78ea4c Binary files /dev/null and b/resources/sap/generic/settings.png differ diff --git a/resources/sap/generic/shelf.png b/resources/sap/generic/shelf.png new file mode 100644 index 0000000..1dbd34f Binary files /dev/null and b/resources/sap/generic/shelf.png differ diff --git a/resources/sap/generic/shield.png b/resources/sap/generic/shield.png new file mode 100644 index 0000000..7ce73fe Binary files /dev/null and b/resources/sap/generic/shield.png differ diff --git a/resources/sap/generic/sort.png b/resources/sap/generic/sort.png new file mode 100644 index 0000000..9f66c1b Binary files /dev/null and b/resources/sap/generic/sort.png differ diff --git a/resources/sap/generic/sound-loud.png b/resources/sap/generic/sound-loud.png new file mode 100644 index 0000000..e0e9029 Binary files /dev/null and b/resources/sap/generic/sound-loud.png differ diff --git a/resources/sap/generic/sound.png b/resources/sap/generic/sound.png new file mode 100644 index 0000000..738b065 Binary files /dev/null and b/resources/sap/generic/sound.png differ diff --git a/resources/sap/generic/status-critical.png b/resources/sap/generic/status-critical.png new file mode 100644 index 0000000..331e506 Binary files /dev/null and b/resources/sap/generic/status-critical.png differ diff --git a/resources/sap/generic/status-inactive.png b/resources/sap/generic/status-inactive.png new file mode 100644 index 0000000..f08b8e8 Binary files /dev/null and b/resources/sap/generic/status-inactive.png differ diff --git a/resources/sap/generic/status-negative.png b/resources/sap/generic/status-negative.png new file mode 100644 index 0000000..4213296 Binary files /dev/null and b/resources/sap/generic/status-negative.png differ diff --git a/resources/sap/generic/status-positive.png b/resources/sap/generic/status-positive.png new file mode 100644 index 0000000..7204330 Binary files /dev/null and b/resources/sap/generic/status-positive.png differ diff --git a/resources/sap/generic/switch-classes.png b/resources/sap/generic/switch-classes.png new file mode 100644 index 0000000..cd5246e Binary files /dev/null and b/resources/sap/generic/switch-classes.png differ diff --git a/resources/sap/generic/synchronize.png b/resources/sap/generic/synchronize.png new file mode 100644 index 0000000..e316537 Binary files /dev/null and b/resources/sap/generic/synchronize.png differ diff --git a/resources/sap/generic/sys-help.png b/resources/sap/generic/sys-help.png new file mode 100644 index 0000000..ae16fe6 Binary files /dev/null and b/resources/sap/generic/sys-help.png differ diff --git a/resources/sap/generic/sys-monitor.png b/resources/sap/generic/sys-monitor.png new file mode 100644 index 0000000..ecb86d0 Binary files /dev/null and b/resources/sap/generic/sys-monitor.png differ diff --git a/resources/sap/generic/system-hana.png b/resources/sap/generic/system-hana.png new file mode 100644 index 0000000..e5b133f Binary files /dev/null and b/resources/sap/generic/system-hana.png differ diff --git a/resources/sap/generic/timesheet.png b/resources/sap/generic/timesheet.png new file mode 100644 index 0000000..3722c2a Binary files /dev/null and b/resources/sap/generic/timesheet.png differ diff --git a/resources/sap/generic/tree.png b/resources/sap/generic/tree.png new file mode 100644 index 0000000..5366a11 Binary files /dev/null and b/resources/sap/generic/tree.png differ diff --git a/resources/sap/generic/unfavorite.png b/resources/sap/generic/unfavorite.png new file mode 100644 index 0000000..920634e Binary files /dev/null and b/resources/sap/generic/unfavorite.png differ diff --git a/resources/sap/generic/unlocked.png b/resources/sap/generic/unlocked.png new file mode 100644 index 0000000..b443ca5 Binary files /dev/null and b/resources/sap/generic/unlocked.png differ diff --git a/resources/sap/generic/upload-to-cloud.png b/resources/sap/generic/upload-to-cloud.png new file mode 100644 index 0000000..bf9af89 Binary files /dev/null and b/resources/sap/generic/upload-to-cloud.png differ diff --git a/resources/sap/generic/upload.png b/resources/sap/generic/upload.png new file mode 100644 index 0000000..91d81bd Binary files /dev/null and b/resources/sap/generic/upload.png differ diff --git a/resources/sap/generic/video.png b/resources/sap/generic/video.png new file mode 100644 index 0000000..576fe67 Binary files /dev/null and b/resources/sap/generic/video.png differ diff --git a/resources/sap/generic/wifi.png b/resources/sap/generic/wifi.png new file mode 100644 index 0000000..addbef2 Binary files /dev/null and b/resources/sap/generic/wifi.png differ diff --git a/resources/sap/generic/world.png b/resources/sap/generic/world.png new file mode 100644 index 0000000..57ed604 Binary files /dev/null and b/resources/sap/generic/world.png differ diff --git a/resources/sap/generic/wrench.png b/resources/sap/generic/wrench.png new file mode 100644 index 0000000..16ac280 Binary files /dev/null and b/resources/sap/generic/wrench.png differ diff --git a/resources/sap/integration/advanced-event-mesh.png b/resources/sap/integration/advanced-event-mesh.png new file mode 100644 index 0000000..e503038 Binary files /dev/null and b/resources/sap/integration/advanced-event-mesh.png differ diff --git a/resources/sap/integration/cloud-integration-automation.png b/resources/sap/integration/cloud-integration-automation.png new file mode 100644 index 0000000..031d617 Binary files /dev/null and b/resources/sap/integration/cloud-integration-automation.png differ diff --git a/resources/sap/integration/cloud-integration-for-data-services.png b/resources/sap/integration/cloud-integration-for-data-services.png new file mode 100644 index 0000000..6839b75 Binary files /dev/null and b/resources/sap/integration/cloud-integration-for-data-services.png differ diff --git a/resources/sap/integration/event-mesh.png b/resources/sap/integration/event-mesh.png new file mode 100644 index 0000000..34239b7 Binary files /dev/null and b/resources/sap/integration/event-mesh.png differ diff --git a/resources/sap/integration/integration-suite.png b/resources/sap/integration/integration-suite.png new file mode 100644 index 0000000..b9faea7 Binary files /dev/null and b/resources/sap/integration/integration-suite.png differ diff --git a/resources/sap/integration/master-data-integration.png b/resources/sap/integration/master-data-integration.png new file mode 100644 index 0000000..c6f9a1f Binary files /dev/null and b/resources/sap/integration/master-data-integration.png differ diff --git a/resources/sap/integration/sap-document-and-reporting-compliance.png b/resources/sap/integration/sap-document-and-reporting-compliance.png new file mode 100644 index 0000000..bbc6820 Binary files /dev/null and b/resources/sap/integration/sap-document-and-reporting-compliance.png differ diff --git a/resources/sap/integration/sap-event-broker.png b/resources/sap/integration/sap-event-broker.png new file mode 100644 index 0000000..2f5bb4f Binary files /dev/null and b/resources/sap/integration/sap-event-broker.png differ diff --git a/resources/sap/integration/sap-graph.png b/resources/sap/integration/sap-graph.png new file mode 100644 index 0000000..75f0e75 Binary files /dev/null and b/resources/sap/integration/sap-graph.png differ diff --git a/resources/sap/lob_industries/sap-green-token.png b/resources/sap/lob_industries/sap-green-token.png new file mode 100644 index 0000000..444ad4c Binary files /dev/null and b/resources/sap/lob_industries/sap-green-token.png differ diff --git a/resources/sap/lob_industries/sap-market-rates-management.png b/resources/sap/lob_industries/sap-market-rates-management.png new file mode 100644 index 0000000..10c0dfa Binary files /dev/null and b/resources/sap/lob_industries/sap-market-rates-management.png differ diff --git a/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png b/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png new file mode 100644 index 0000000..f8e64e9 Binary files /dev/null and b/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png differ diff --git a/resources/sap/mobile/agentry.png b/resources/sap/mobile/agentry.png new file mode 100644 index 0000000..7c9d886 Binary files /dev/null and b/resources/sap/mobile/agentry.png differ diff --git a/resources/sap/mobile/mobile-services.png b/resources/sap/mobile/mobile-services.png new file mode 100644 index 0000000..8253325 Binary files /dev/null and b/resources/sap/mobile/mobile-services.png differ diff --git a/resources/sap/other/date-and-time.png b/resources/sap/other/date-and-time.png new file mode 100644 index 0000000..340fb01 Binary files /dev/null and b/resources/sap/other/date-and-time.png differ diff --git a/resources/sap/other/iban-service.png b/resources/sap/other/iban-service.png new file mode 100644 index 0000000..d80e877 Binary files /dev/null and b/resources/sap/other/iban-service.png differ diff --git a/resources/sap/other/placeholder-service-name.png b/resources/sap/other/placeholder-service-name.png new file mode 100644 index 0000000..372bb0d Binary files /dev/null and b/resources/sap/other/placeholder-service-name.png differ diff --git a/resources/sap/other/print-service.png b/resources/sap/other/print-service.png new file mode 100644 index 0000000..0cb305c Binary files /dev/null and b/resources/sap/other/print-service.png differ diff --git a/resources/sap/other/sap-iot.png b/resources/sap/other/sap-iot.png new file mode 100644 index 0000000..b0ce3dc Binary files /dev/null and b/resources/sap/other/sap-iot.png differ diff --git a/resources/sap/other/work-calendar.png b/resources/sap/other/work-calendar.png new file mode 100644 index 0000000..787af91 Binary files /dev/null and b/resources/sap/other/work-calendar.png differ diff --git a/resources/sap/processautomation/business-rules.png b/resources/sap/processautomation/business-rules.png new file mode 100644 index 0000000..7412a67 Binary files /dev/null and b/resources/sap/processautomation/business-rules.png differ diff --git a/resources/sap/processautomation/process-automation.png b/resources/sap/processautomation/process-automation.png new file mode 100644 index 0000000..9252886 Binary files /dev/null and b/resources/sap/processautomation/process-automation.png differ diff --git a/resources/sap/processautomation/sap-build-process-automation.png b/resources/sap/processautomation/sap-build-process-automation.png new file mode 100644 index 0000000..abef0b5 Binary files /dev/null and b/resources/sap/processautomation/sap-build-process-automation.png differ diff --git a/resources/sap/processautomation/sap-intelligent-rpa.png b/resources/sap/processautomation/sap-intelligent-rpa.png new file mode 100644 index 0000000..9712bbf Binary files /dev/null and b/resources/sap/processautomation/sap-intelligent-rpa.png differ diff --git a/resources/sap/processautomation/workflow-management.png b/resources/sap/processautomation/workflow-management.png new file mode 100644 index 0000000..506fafb Binary files /dev/null and b/resources/sap/processautomation/workflow-management.png differ diff --git a/resources/sap/processautomation/workflow-service.png b/resources/sap/processautomation/workflow-service.png new file mode 100644 index 0000000..a02c567 Binary files /dev/null and b/resources/sap/processautomation/workflow-service.png differ diff --git a/resources/sap/runtimes/abap-environment.png b/resources/sap/runtimes/abap-environment.png new file mode 100644 index 0000000..edceeb5 Binary files /dev/null and b/resources/sap/runtimes/abap-environment.png differ diff --git a/resources/sap/runtimes/abap-solution.png b/resources/sap/runtimes/abap-solution.png new file mode 100644 index 0000000..edceeb5 Binary files /dev/null and b/resources/sap/runtimes/abap-solution.png differ diff --git a/resources/sap/runtimes/cloud-foundry-runtime.png b/resources/sap/runtimes/cloud-foundry-runtime.png new file mode 100644 index 0000000..cfe5b40 Binary files /dev/null and b/resources/sap/runtimes/cloud-foundry-runtime.png differ diff --git a/resources/sap/runtimes/html5-app-repository.png b/resources/sap/runtimes/html5-app-repository.png new file mode 100644 index 0000000..cc2f123 Binary files /dev/null and b/resources/sap/runtimes/html5-app-repository.png differ diff --git a/resources/sap/runtimes/kyma-runtime.png b/resources/sap/runtimes/kyma-runtime.png new file mode 100644 index 0000000..f89f8e1 Binary files /dev/null and b/resources/sap/runtimes/kyma-runtime.png differ diff --git a/resources/sap/saas/sap-ariba-black.png b/resources/sap/saas/sap-ariba-black.png new file mode 100644 index 0000000..92502de Binary files /dev/null and b/resources/sap/saas/sap-ariba-black.png differ diff --git a/resources/sap/saas/sap-ariba.png b/resources/sap/saas/sap-ariba.png new file mode 100644 index 0000000..3751bd0 Binary files /dev/null and b/resources/sap/saas/sap-ariba.png differ diff --git a/resources/sap/saas/sap-concur-black.png b/resources/sap/saas/sap-concur-black.png new file mode 100644 index 0000000..abcb762 Binary files /dev/null and b/resources/sap/saas/sap-concur-black.png differ diff --git a/resources/sap/saas/sap-concur.png b/resources/sap/saas/sap-concur.png new file mode 100644 index 0000000..f2013c9 Binary files /dev/null and b/resources/sap/saas/sap-concur.png differ diff --git a/resources/sap/saas/sap-fieldglass-black.png b/resources/sap/saas/sap-fieldglass-black.png new file mode 100644 index 0000000..7d9844e Binary files /dev/null and b/resources/sap/saas/sap-fieldglass-black.png differ diff --git a/resources/sap/saas/sap-fieldglass.png b/resources/sap/saas/sap-fieldglass.png new file mode 100644 index 0000000..a4d0890 Binary files /dev/null and b/resources/sap/saas/sap-fieldglass.png differ diff --git a/resources/sap/saas/sap-health-black.png b/resources/sap/saas/sap-health-black.png new file mode 100644 index 0000000..f8d3c7b Binary files /dev/null and b/resources/sap/saas/sap-health-black.png differ diff --git a/resources/sap/saas/sap-health.png b/resources/sap/saas/sap-health.png new file mode 100644 index 0000000..ee01ff2 Binary files /dev/null and b/resources/sap/saas/sap-health.png differ diff --git a/resources/sap/saas/sap-successfactors-black.png b/resources/sap/saas/sap-successfactors-black.png new file mode 100644 index 0000000..ed02262 Binary files /dev/null and b/resources/sap/saas/sap-successfactors-black.png differ diff --git a/resources/sap/saas/sap-successfactors.png b/resources/sap/saas/sap-successfactors.png new file mode 100644 index 0000000..596d3f0 Binary files /dev/null and b/resources/sap/saas/sap-successfactors.png differ diff --git a/resources/sap/security/audit-log-service.png b/resources/sap/security/audit-log-service.png new file mode 100644 index 0000000..b50b6e6 Binary files /dev/null and b/resources/sap/security/audit-log-service.png differ diff --git a/resources/sap/security/authorization-and-trust-management-service.png b/resources/sap/security/authorization-and-trust-management-service.png new file mode 100644 index 0000000..e94d8bb Binary files /dev/null and b/resources/sap/security/authorization-and-trust-management-service.png differ diff --git a/resources/sap/security/credential-store.png b/resources/sap/security/credential-store.png new file mode 100644 index 0000000..2e540f7 Binary files /dev/null and b/resources/sap/security/credential-store.png differ diff --git a/resources/sap/security/custom-domain.png b/resources/sap/security/custom-domain.png new file mode 100644 index 0000000..b155e3e Binary files /dev/null and b/resources/sap/security/custom-domain.png differ diff --git a/resources/sap/security/data-privacy-integration.png b/resources/sap/security/data-privacy-integration.png new file mode 100644 index 0000000..2d53123 Binary files /dev/null and b/resources/sap/security/data-privacy-integration.png differ diff --git a/resources/sap/security/identity-provisioning.png b/resources/sap/security/identity-provisioning.png new file mode 100644 index 0000000..3174284 Binary files /dev/null and b/resources/sap/security/identity-provisioning.png differ diff --git a/resources/sap/security/keystore-service.png b/resources/sap/security/keystore-service.png new file mode 100644 index 0000000..1118f5a Binary files /dev/null and b/resources/sap/security/keystore-service.png differ diff --git a/resources/sap/security/malware-scanning.png b/resources/sap/security/malware-scanning.png new file mode 100644 index 0000000..2c89eed Binary files /dev/null and b/resources/sap/security/malware-scanning.png differ diff --git a/resources/sap/security/oauth2-service.png b/resources/sap/security/oauth2-service.png new file mode 100644 index 0000000..aa15ef2 Binary files /dev/null and b/resources/sap/security/oauth2-service.png differ diff --git a/resources/sap/security/sap-data-retention-manager.png b/resources/sap/security/sap-data-retention-manager.png new file mode 100644 index 0000000..ba12741 Binary files /dev/null and b/resources/sap/security/sap-data-retention-manager.png differ diff --git a/resources/sap/security/sap-personal-data-manager.png b/resources/sap/security/sap-personal-data-manager.png new file mode 100644 index 0000000..b86a9f8 Binary files /dev/null and b/resources/sap/security/sap-personal-data-manager.png differ diff --git a/resources/sap/ux/cloud-portal-service.png b/resources/sap/ux/cloud-portal-service.png new file mode 100644 index 0000000..bf3e6b4 Binary files /dev/null and b/resources/sap/ux/cloud-portal-service.png differ diff --git a/resources/sap/ux/document-management-service-application.png b/resources/sap/ux/document-management-service-application.png new file mode 100644 index 0000000..9ec2832 Binary files /dev/null and b/resources/sap/ux/document-management-service-application.png differ diff --git a/resources/sap/ux/launchpad-service.png b/resources/sap/ux/launchpad-service.png new file mode 100644 index 0000000..a1889b1 Binary files /dev/null and b/resources/sap/ux/launchpad-service.png differ diff --git a/resources/sap/ux/sap-build-work-zone-advanced-edition.png b/resources/sap/ux/sap-build-work-zone-advanced-edition.png new file mode 100644 index 0000000..5ecb91d Binary files /dev/null and b/resources/sap/ux/sap-build-work-zone-advanced-edition.png differ diff --git a/resources/sap/ux/sap-build-work-zone-standard-edition.png b/resources/sap/ux/sap-build-work-zone-standard-edition.png new file mode 100644 index 0000000..5ecb91d Binary files /dev/null and b/resources/sap/ux/sap-build-work-zone-standard-edition.png differ diff --git a/resources/sap/ux/sap-task-center.png b/resources/sap/ux/sap-task-center.png new file mode 100644 index 0000000..2cc5178 Binary files /dev/null and b/resources/sap/ux/sap-task-center.png differ diff --git a/scripts/resource.py b/scripts/resource.py index cdea937..d0c41c3 100644 --- a/scripts/resource.py +++ b/scripts/resource.py @@ -152,6 +152,7 @@ cleaners = { "outscale": cleaner_outscale, "generic": cleaner_generic, "openstack": cleaner_openstack, + "sap": cleaner_generic, } diff --git a/tech-byte-diagram.py b/tech-byte-diagram.py new file mode 100644 index 0000000..2a5b7c1 --- /dev/null +++ b/tech-byte-diagram.py @@ -0,0 +1,32 @@ +# diagram.py +from diagrams import Cluster, Diagram, Edge +from diagrams.aws.storage import S3 +from diagrams.sap.other import PlaceholderNewServices_Circled +from diagrams.sap.integration import IntegrationSuite_Circled +from diagrams.sap.database_datamanagement import SAPHANACloud_Circled +from diagrams.sap.database_datamanagement import ObjectStore_Circled + +# SAP BTP Solution Diagrams and Icons guidelines colours +L0_BLUE_COLOUR = "#0070F2" +L0_FILLED_COLOUR = "#EBF8FF" +L1_BLUE_COLOUR = "#0040B0" +L1_FILLED_COLOUR = "#EBF8FF" +L1_BLUE_COLOUR = "#002A86" +SUCCESS_GREEN_COLOUR = "#188918" +SUCCESS_FILLED_COLOUR = "#F5FAE5" + +FIX_GREY_COLOUR = "#7F7F7F" +NON_SAP_AREA_COLOUR = "#595959" + +with Diagram("SAP Tech Byte - Exploring the SAP Audit Log service - Guidelines Colours", show=False): + with Cluster("SAP Business Technology Platform", graph_attr= {"bgcolor": L0_FILLED_COLOUR, "pencolor": L0_BLUE_COLOUR}): + with Cluster("Subaccount", graph_attr= {"bgcolor": "white", "pencolor": L1_BLUE_COLOUR}): + cloud_integration = IntegrationSuite_Circled("Cloud Integration") + object_store = ObjectStore_Circled("Object Store") + + PlaceholderNewServices_Circled("Audit Log service") << Edge(label="Retrieves entries", color=FIX_GREY_COLOUR) << \ + cloud_integration >> Edge(color=FIX_GREY_COLOUR) >> SAPHANACloud_Circled("HANA Cloud") + cloud_integration >> Edge(color=FIX_GREY_COLOUR) >> object_store + + with Cluster("AWS", graph_attr= {"bgcolor": "white", "pencolor": NON_SAP_AREA_COLOUR}): + object_store >> Edge(label="uses", color=FIX_GREY_COLOUR, style="dotted") >> S3("S3 Bucket") \ No newline at end of file diff --git a/website/i18n/en.json b/website/i18n/en.json index 7af9afd..dabe202 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -76,6 +76,9 @@ }, "nodes/saas": { "title": "Saas" + }, + "nodes/sap": { + "title": "SAP" } }, "links": { diff --git a/website/sidebars.json b/website/sidebars.json index 6693b59..01ec039 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -22,6 +22,7 @@ "nodes/openstack", "nodes/firebase", "nodes/digitalocean", + "nodes/sap", "nodes/elastic", "nodes/outscale", "nodes/generic", diff --git a/website/static/img/resources/generic/virtualization/qemu.png b/website/static/img/resources/generic/virtualization/qemu.png new file mode 100644 index 0000000..39cf1f2 Binary files /dev/null and b/website/static/img/resources/generic/virtualization/qemu.png differ diff --git a/website/static/img/resources/onprem/messaging/centrifugo.png b/website/static/img/resources/onprem/messaging/centrifugo.png new file mode 100644 index 0000000..0821cba Binary files /dev/null and b/website/static/img/resources/onprem/messaging/centrifugo.png differ diff --git a/website/static/img/resources/onprem/registry/jfrog.png b/website/static/img/resources/onprem/registry/jfrog.png new file mode 100644 index 0000000..931bfd8 Binary files /dev/null and b/website/static/img/resources/onprem/registry/jfrog.png differ diff --git a/website/static/img/resources/programming/framework/svelte.png b/website/static/img/resources/programming/framework/svelte.png new file mode 100644 index 0000000..463cc47 Binary files /dev/null and b/website/static/img/resources/programming/framework/svelte.png differ diff --git a/website/static/img/resources/saas/alerting/pagerduty.png b/website/static/img/resources/saas/alerting/pagerduty.png new file mode 100644 index 0000000..4e369e3 Binary files /dev/null and b/website/static/img/resources/saas/alerting/pagerduty.png differ diff --git a/website/static/img/resources/saas/analytics/dataform.png b/website/static/img/resources/saas/analytics/dataform.png new file mode 100644 index 0000000..c41f16f Binary files /dev/null and b/website/static/img/resources/saas/analytics/dataform.png differ diff --git a/website/static/img/resources/sap/ai/business-entity-recognition.png b/website/static/img/resources/sap/ai/business-entity-recognition.png new file mode 100644 index 0000000..efcbe1d Binary files /dev/null and b/website/static/img/resources/sap/ai/business-entity-recognition.png differ diff --git a/website/static/img/resources/sap/ai/business-entity-recognition_circled.png b/website/static/img/resources/sap/ai/business-entity-recognition_circled.png new file mode 100644 index 0000000..4e25cbf Binary files /dev/null and b/website/static/img/resources/sap/ai/business-entity-recognition_circled.png differ diff --git a/website/static/img/resources/sap/ai/conversational-ai.png b/website/static/img/resources/sap/ai/conversational-ai.png new file mode 100644 index 0000000..fd26077 Binary files /dev/null and b/website/static/img/resources/sap/ai/conversational-ai.png differ diff --git a/website/static/img/resources/sap/ai/conversational-ai_circled.png b/website/static/img/resources/sap/ai/conversational-ai_circled.png new file mode 100644 index 0000000..1b4d129 Binary files /dev/null and b/website/static/img/resources/sap/ai/conversational-ai_circled.png differ diff --git a/website/static/img/resources/sap/ai/data-attribute-recommendation.png b/website/static/img/resources/sap/ai/data-attribute-recommendation.png new file mode 100644 index 0000000..9f2b792 Binary files /dev/null and b/website/static/img/resources/sap/ai/data-attribute-recommendation.png differ diff --git a/website/static/img/resources/sap/ai/data-attribute-recommendation_circled.png b/website/static/img/resources/sap/ai/data-attribute-recommendation_circled.png new file mode 100644 index 0000000..be98d6e Binary files /dev/null and b/website/static/img/resources/sap/ai/data-attribute-recommendation_circled.png differ diff --git a/website/static/img/resources/sap/ai/document-classification.png b/website/static/img/resources/sap/ai/document-classification.png new file mode 100644 index 0000000..600af5a Binary files /dev/null and b/website/static/img/resources/sap/ai/document-classification.png differ diff --git a/website/static/img/resources/sap/ai/document-classification_circled.png b/website/static/img/resources/sap/ai/document-classification_circled.png new file mode 100644 index 0000000..060eaa9 Binary files /dev/null and b/website/static/img/resources/sap/ai/document-classification_circled.png differ diff --git a/website/static/img/resources/sap/ai/document-information-extraction.png b/website/static/img/resources/sap/ai/document-information-extraction.png new file mode 100644 index 0000000..f197431 Binary files /dev/null and b/website/static/img/resources/sap/ai/document-information-extraction.png differ diff --git a/website/static/img/resources/sap/ai/document-information-extraction_circled.png b/website/static/img/resources/sap/ai/document-information-extraction_circled.png new file mode 100644 index 0000000..4110343 Binary files /dev/null and b/website/static/img/resources/sap/ai/document-information-extraction_circled.png differ diff --git a/website/static/img/resources/sap/ai/invoice-recommendation.png b/website/static/img/resources/sap/ai/invoice-recommendation.png new file mode 100644 index 0000000..3b2a0bb Binary files /dev/null and b/website/static/img/resources/sap/ai/invoice-recommendation.png differ diff --git a/website/static/img/resources/sap/ai/personalized-recommendation.png b/website/static/img/resources/sap/ai/personalized-recommendation.png new file mode 100644 index 0000000..b306619 Binary files /dev/null and b/website/static/img/resources/sap/ai/personalized-recommendation.png differ diff --git a/website/static/img/resources/sap/ai/personalized-recommendation_circled.png b/website/static/img/resources/sap/ai/personalized-recommendation_circled.png new file mode 100644 index 0000000..9fbe799 Binary files /dev/null and b/website/static/img/resources/sap/ai/personalized-recommendation_circled.png differ diff --git a/website/static/img/resources/sap/ai/sap-ai-core.png b/website/static/img/resources/sap/ai/sap-ai-core.png new file mode 100644 index 0000000..379979b Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-ai-core.png differ diff --git a/website/static/img/resources/sap/ai/sap-ai-core_circled.png b/website/static/img/resources/sap/ai/sap-ai-core_circled.png new file mode 100644 index 0000000..3a39177 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-ai-core_circled.png differ diff --git a/website/static/img/resources/sap/ai/sap-ai-launchpad.png b/website/static/img/resources/sap/ai/sap-ai-launchpad.png new file mode 100644 index 0000000..fbe5371 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-ai-launchpad.png differ diff --git a/website/static/img/resources/sap/ai/sap-ai-launchpad_circled.png b/website/static/img/resources/sap/ai/sap-ai-launchpad_circled.png new file mode 100644 index 0000000..1f0e226 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-ai-launchpad_circled.png differ diff --git a/website/static/img/resources/sap/ai/sap-digital-assistant-service.png b/website/static/img/resources/sap/ai/sap-digital-assistant-service.png new file mode 100644 index 0000000..24d833a Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-digital-assistant-service.png differ diff --git a/website/static/img/resources/sap/ai/sap-document-translation.png b/website/static/img/resources/sap/ai/sap-document-translation.png new file mode 100644 index 0000000..d59fe08 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-document-translation.png differ diff --git a/website/static/img/resources/sap/ai/sap-translation-hub.png b/website/static/img/resources/sap/ai/sap-translation-hub.png new file mode 100644 index 0000000..07635c9 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-translation-hub.png differ diff --git a/website/static/img/resources/sap/ai/sap-translation-hub_circled.png b/website/static/img/resources/sap/ai/sap-translation-hub_circled.png new file mode 100644 index 0000000..f1ccd34 Binary files /dev/null and b/website/static/img/resources/sap/ai/sap-translation-hub_circled.png differ diff --git a/website/static/img/resources/sap/ai/service-ticket-intelligence.png b/website/static/img/resources/sap/ai/service-ticket-intelligence.png new file mode 100644 index 0000000..a204205 Binary files /dev/null and b/website/static/img/resources/sap/ai/service-ticket-intelligence.png differ diff --git a/website/static/img/resources/sap/ai/service-ticket-intelligence_circled.png b/website/static/img/resources/sap/ai/service-ticket-intelligence_circled.png new file mode 100644 index 0000000..50254d1 Binary files /dev/null and b/website/static/img/resources/sap/ai/service-ticket-intelligence_circled.png differ diff --git a/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png b/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png new file mode 100644 index 0000000..a719cc9 Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition.png differ diff --git a/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition_circled.png b/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition_circled.png new file mode 100644 index 0000000..c875db4 Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-analytics-cloud-embedded-edition_circled.png differ diff --git a/website/static/img/resources/sap/analytics/sap-analytics-cloud.png b/website/static/img/resources/sap/analytics/sap-analytics-cloud.png new file mode 100644 index 0000000..7a5f5a8 Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-analytics-cloud.png differ diff --git a/website/static/img/resources/sap/analytics/sap-analytics-cloud_circled.png b/website/static/img/resources/sap/analytics/sap-analytics-cloud_circled.png new file mode 100644 index 0000000..543e9da Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-analytics-cloud_circled.png differ diff --git a/website/static/img/resources/sap/analytics/sap-data-intelligence.png b/website/static/img/resources/sap/analytics/sap-data-intelligence.png new file mode 100644 index 0000000..c73327a Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-data-intelligence.png differ diff --git a/website/static/img/resources/sap/analytics/sap-data-intelligence_circled.png b/website/static/img/resources/sap/analytics/sap-data-intelligence_circled.png new file mode 100644 index 0000000..1a7875d Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-data-intelligence_circled.png differ diff --git a/website/static/img/resources/sap/analytics/sap-datasphere.png b/website/static/img/resources/sap/analytics/sap-datasphere.png new file mode 100644 index 0000000..95f38af Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-datasphere.png differ diff --git a/website/static/img/resources/sap/analytics/sap-datasphere_circled.png b/website/static/img/resources/sap/analytics/sap-datasphere_circled.png new file mode 100644 index 0000000..4973f11 Binary files /dev/null and b/website/static/img/resources/sap/analytics/sap-datasphere_circled.png differ diff --git a/website/static/img/resources/sap/analytics/web-analytics.png b/website/static/img/resources/sap/analytics/web-analytics.png new file mode 100644 index 0000000..6162e94 Binary files /dev/null and b/website/static/img/resources/sap/analytics/web-analytics.png differ diff --git a/website/static/img/resources/sap/connectivity/bandwidth.png b/website/static/img/resources/sap/connectivity/bandwidth.png new file mode 100644 index 0000000..499c18f Binary files /dev/null and b/website/static/img/resources/sap/connectivity/bandwidth.png differ diff --git a/website/static/img/resources/sap/connectivity/bandwidth_circled.png b/website/static/img/resources/sap/connectivity/bandwidth_circled.png new file mode 100644 index 0000000..ddfcc22 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/bandwidth_circled.png differ diff --git a/website/static/img/resources/sap/connectivity/connectivity-service.png b/website/static/img/resources/sap/connectivity/connectivity-service.png new file mode 100644 index 0000000..d36220b Binary files /dev/null and b/website/static/img/resources/sap/connectivity/connectivity-service.png differ diff --git a/website/static/img/resources/sap/connectivity/connectivity-service_circled.png b/website/static/img/resources/sap/connectivity/connectivity-service_circled.png new file mode 100644 index 0000000..8b74e06 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/connectivity-service_circled.png differ diff --git a/website/static/img/resources/sap/connectivity/connectivity.png b/website/static/img/resources/sap/connectivity/connectivity.png new file mode 100644 index 0000000..6b53957 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/connectivity.png differ diff --git a/website/static/img/resources/sap/connectivity/destination.png b/website/static/img/resources/sap/connectivity/destination.png new file mode 100644 index 0000000..a33289d Binary files /dev/null and b/website/static/img/resources/sap/connectivity/destination.png differ diff --git a/website/static/img/resources/sap/connectivity/destination_circled.png b/website/static/img/resources/sap/connectivity/destination_circled.png new file mode 100644 index 0000000..4f25c05 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/destination_circled.png differ diff --git a/website/static/img/resources/sap/connectivity/private-link-service.png b/website/static/img/resources/sap/connectivity/private-link-service.png new file mode 100644 index 0000000..64eb5d5 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/private-link-service.png differ diff --git a/website/static/img/resources/sap/connectivity/private-link-service_circled.png b/website/static/img/resources/sap/connectivity/private-link-service_circled.png new file mode 100644 index 0000000..dda7d32 Binary files /dev/null and b/website/static/img/resources/sap/connectivity/private-link-service_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/data-quality-services.png b/website/static/img/resources/sap/database_datamanagement/data-quality-services.png new file mode 100644 index 0000000..00aa285 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/data-quality-services.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/data-quality-services_circled.png b/website/static/img/resources/sap/database_datamanagement/data-quality-services_circled.png new file mode 100644 index 0000000..cfcb091 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/data-quality-services_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/master-data-governance.png b/website/static/img/resources/sap/database_datamanagement/master-data-governance.png new file mode 100644 index 0000000..c3a2628 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/master-data-governance.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/mongodb.png b/website/static/img/resources/sap/database_datamanagement/mongodb.png new file mode 100644 index 0000000..ad3a461 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/mongodb.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/mongodb_circle.png b/website/static/img/resources/sap/database_datamanagement/mongodb_circle.png new file mode 100644 index 0000000..425c3bc Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/mongodb_circle.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/object-store.png b/website/static/img/resources/sap/database_datamanagement/object-store.png new file mode 100644 index 0000000..505a2df Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/object-store.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/object-store_circled.png b/website/static/img/resources/sap/database_datamanagement/object-store_circled.png new file mode 100644 index 0000000..0fa9b3a Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/object-store_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/postgresql.png b/website/static/img/resources/sap/database_datamanagement/postgresql.png new file mode 100644 index 0000000..d15a6b8 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/postgresql.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/redis.png b/website/static/img/resources/sap/database_datamanagement/redis.png new file mode 100644 index 0000000..4d302f3 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/redis.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud.png new file mode 100644 index 0000000..05bb3c9 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud_circled.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud_circled.png new file mode 100644 index 0000000..769fcb5 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-cloud_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png new file mode 100644 index 0000000..267baf4 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo_circled.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo_circled.png new file mode 100644 index 0000000..ff0cc98 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-persistence-service-neo_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services.png new file mode 100644 index 0000000..fdcf7b0 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services_circled.png b/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services_circled.png new file mode 100644 index 0000000..91659c0 Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-hana-spatial-services_circled.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase.png b/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase.png new file mode 100644 index 0000000..e59c13c Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase.png differ diff --git a/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase_circled.png b/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase_circled.png new file mode 100644 index 0000000..361681f Binary files /dev/null and b/website/static/img/resources/sap/database_datamanagement/sap-persistence-service-ase_circled.png differ diff --git a/website/static/img/resources/sap/development/application-autoscaler.png b/website/static/img/resources/sap/development/application-autoscaler.png new file mode 100644 index 0000000..03c2b94 Binary files /dev/null and b/website/static/img/resources/sap/development/application-autoscaler.png differ diff --git a/website/static/img/resources/sap/development/application-autoscaler_circled.png b/website/static/img/resources/sap/development/application-autoscaler_circled.png new file mode 100644 index 0000000..0e7901d Binary files /dev/null and b/website/static/img/resources/sap/development/application-autoscaler_circled.png differ diff --git a/website/static/img/resources/sap/development/application-logging.png b/website/static/img/resources/sap/development/application-logging.png new file mode 100644 index 0000000..5b8b3ab Binary files /dev/null and b/website/static/img/resources/sap/development/application-logging.png differ diff --git a/website/static/img/resources/sap/development/application-logging_circled.png b/website/static/img/resources/sap/development/application-logging_circled.png new file mode 100644 index 0000000..96286e7 Binary files /dev/null and b/website/static/img/resources/sap/development/application-logging_circled.png differ diff --git a/website/static/img/resources/sap/development/business-application-studio.png b/website/static/img/resources/sap/development/business-application-studio.png new file mode 100644 index 0000000..c0d28f6 Binary files /dev/null and b/website/static/img/resources/sap/development/business-application-studio.png differ diff --git a/website/static/img/resources/sap/development/business-application-studio_circled.png b/website/static/img/resources/sap/development/business-application-studio_circled.png new file mode 100644 index 0000000..38c9ac9 Binary files /dev/null and b/website/static/img/resources/sap/development/business-application-studio_circled.png differ diff --git a/website/static/img/resources/sap/development/feature-flags-service.png b/website/static/img/resources/sap/development/feature-flags-service.png new file mode 100644 index 0000000..b7fa10a Binary files /dev/null and b/website/static/img/resources/sap/development/feature-flags-service.png differ diff --git a/website/static/img/resources/sap/development/feature-flags-service_circled.png b/website/static/img/resources/sap/development/feature-flags-service_circled.png new file mode 100644 index 0000000..3c139f0 Binary files /dev/null and b/website/static/img/resources/sap/development/feature-flags-service_circled.png differ diff --git a/website/static/img/resources/sap/development/rapid-application-development-by-mendix.png b/website/static/img/resources/sap/development/rapid-application-development-by-mendix.png new file mode 100644 index 0000000..f449029 Binary files /dev/null and b/website/static/img/resources/sap/development/rapid-application-development-by-mendix.png differ diff --git a/website/static/img/resources/sap/development/rapid-application-development-by-mendix_circled.png b/website/static/img/resources/sap/development/rapid-application-development-by-mendix_circled.png new file mode 100644 index 0000000..f57a126 Binary files /dev/null and b/website/static/img/resources/sap/development/rapid-application-development-by-mendix_circled.png differ diff --git a/website/static/img/resources/sap/development/saas-provisioning-service-na.png b/website/static/img/resources/sap/development/saas-provisioning-service-na.png new file mode 100644 index 0000000..de0bb2c Binary files /dev/null and b/website/static/img/resources/sap/development/saas-provisioning-service-na.png differ diff --git a/website/static/img/resources/sap/development/saas-provisioning-service-na_circled.png b/website/static/img/resources/sap/development/saas-provisioning-service-na_circled.png new file mode 100644 index 0000000..fcf422b Binary files /dev/null and b/website/static/img/resources/sap/development/saas-provisioning-service-na_circled.png differ diff --git a/website/static/img/resources/sap/development/saas-provisioning-service.png b/website/static/img/resources/sap/development/saas-provisioning-service.png new file mode 100644 index 0000000..5c78f1a Binary files /dev/null and b/website/static/img/resources/sap/development/saas-provisioning-service.png differ diff --git a/website/static/img/resources/sap/development/sap-build-apps.png b/website/static/img/resources/sap/development/sap-build-apps.png new file mode 100644 index 0000000..759fed2 Binary files /dev/null and b/website/static/img/resources/sap/development/sap-build-apps.png differ diff --git a/website/static/img/resources/sap/development/sap-build-apps_circled.png b/website/static/img/resources/sap/development/sap-build-apps_circled.png new file mode 100644 index 0000000..3cf26d5 Binary files /dev/null and b/website/static/img/resources/sap/development/sap-build-apps_circled.png differ diff --git a/website/static/img/resources/sap/development/sap-build-code.png b/website/static/img/resources/sap/development/sap-build-code.png new file mode 100644 index 0000000..1226ab1 Binary files /dev/null and b/website/static/img/resources/sap/development/sap-build-code.png differ diff --git a/website/static/img/resources/sap/development/ui5-flexibility-for-key-users.png b/website/static/img/resources/sap/development/ui5-flexibility-for-key-users.png new file mode 100644 index 0000000..77aa3c8 Binary files /dev/null and b/website/static/img/resources/sap/development/ui5-flexibility-for-key-users.png differ diff --git a/website/static/img/resources/sap/development/usage-data-management-445.png b/website/static/img/resources/sap/development/usage-data-management-445.png new file mode 100644 index 0000000..546573b Binary files /dev/null and b/website/static/img/resources/sap/development/usage-data-management-445.png differ diff --git a/website/static/img/resources/sap/development/usage-data-management.png b/website/static/img/resources/sap/development/usage-data-management.png new file mode 100644 index 0000000..005d070 Binary files /dev/null and b/website/static/img/resources/sap/development/usage-data-management.png differ diff --git a/website/static/img/resources/sap/development/usage-data-management_circled.png b/website/static/img/resources/sap/development/usage-data-management_circled.png new file mode 100644 index 0000000..2dccda2 Binary files /dev/null and b/website/static/img/resources/sap/development/usage-data-management_circled.png differ diff --git a/website/static/img/resources/sap/development/web-ide-full-stack.png b/website/static/img/resources/sap/development/web-ide-full-stack.png new file mode 100644 index 0000000..6dda79a Binary files /dev/null and b/website/static/img/resources/sap/development/web-ide-full-stack.png differ diff --git a/website/static/img/resources/sap/development/web-ide-full-stack_circled.png b/website/static/img/resources/sap/development/web-ide-full-stack_circled.png new file mode 100644 index 0000000..dd4081d Binary files /dev/null and b/website/static/img/resources/sap/development/web-ide-full-stack_circled.png differ diff --git a/website/static/img/resources/sap/devops/alert-notification.png b/website/static/img/resources/sap/devops/alert-notification.png new file mode 100644 index 0000000..82fadc7 Binary files /dev/null and b/website/static/img/resources/sap/devops/alert-notification.png differ diff --git a/website/static/img/resources/sap/devops/alert-notification_circled.png b/website/static/img/resources/sap/devops/alert-notification_circled.png new file mode 100644 index 0000000..35c61bc Binary files /dev/null and b/website/static/img/resources/sap/devops/alert-notification_circled.png differ diff --git a/website/static/img/resources/sap/devops/automation-pilot.png b/website/static/img/resources/sap/devops/automation-pilot.png new file mode 100644 index 0000000..22a72e6 Binary files /dev/null and b/website/static/img/resources/sap/devops/automation-pilot.png differ diff --git a/website/static/img/resources/sap/devops/automation-pilot_circled.png b/website/static/img/resources/sap/devops/automation-pilot_circled.png new file mode 100644 index 0000000..a5c29ab Binary files /dev/null and b/website/static/img/resources/sap/devops/automation-pilot_circled.png differ diff --git a/website/static/img/resources/sap/devops/cloud-management-service.png b/website/static/img/resources/sap/devops/cloud-management-service.png new file mode 100644 index 0000000..62efa93 Binary files /dev/null and b/website/static/img/resources/sap/devops/cloud-management-service.png differ diff --git a/website/static/img/resources/sap/devops/cloud-transport-management.png b/website/static/img/resources/sap/devops/cloud-transport-management.png new file mode 100644 index 0000000..baa5777 Binary files /dev/null and b/website/static/img/resources/sap/devops/cloud-transport-management.png differ diff --git a/website/static/img/resources/sap/devops/comm-infra-service-cloud-mgmt.png b/website/static/img/resources/sap/devops/comm-infra-service-cloud-mgmt.png new file mode 100644 index 0000000..74dddca Binary files /dev/null and b/website/static/img/resources/sap/devops/comm-infra-service-cloud-mgmt.png differ diff --git a/website/static/img/resources/sap/devops/comm-infrastr-service-cloud-mgmt_circled.png b/website/static/img/resources/sap/devops/comm-infrastr-service-cloud-mgmt_circled.png new file mode 100644 index 0000000..4cc55c7 Binary files /dev/null and b/website/static/img/resources/sap/devops/comm-infrastr-service-cloud-mgmt_circled.png differ diff --git a/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service.png b/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service.png new file mode 100644 index 0000000..74dddca Binary files /dev/null and b/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service.png differ diff --git a/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service_circled.png b/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service_circled.png new file mode 100644 index 0000000..4cc55c7 Binary files /dev/null and b/website/static/img/resources/sap/devops/comm.-infrastr.-service-cloud-mngmt.-service_circled.png differ diff --git a/website/static/img/resources/sap/devops/content-agent.png b/website/static/img/resources/sap/devops/content-agent.png new file mode 100644 index 0000000..8ea12e9 Binary files /dev/null and b/website/static/img/resources/sap/devops/content-agent.png differ diff --git a/website/static/img/resources/sap/devops/content-agent_circled.png b/website/static/img/resources/sap/devops/content-agent_circled.png new file mode 100644 index 0000000..87855ef Binary files /dev/null and b/website/static/img/resources/sap/devops/content-agent_circled.png differ diff --git a/website/static/img/resources/sap/devops/continuous-integration-and-delivery.png b/website/static/img/resources/sap/devops/continuous-integration-and-delivery.png new file mode 100644 index 0000000..3b536db Binary files /dev/null and b/website/static/img/resources/sap/devops/continuous-integration-and-delivery.png differ diff --git a/website/static/img/resources/sap/devops/continuous-integration-and-delivery_circled.png b/website/static/img/resources/sap/devops/continuous-integration-and-delivery_circled.png new file mode 100644 index 0000000..da039d7 Binary files /dev/null and b/website/static/img/resources/sap/devops/continuous-integration-and-delivery_circled.png differ diff --git a/website/static/img/resources/sap/devops/dynatrace.png b/website/static/img/resources/sap/devops/dynatrace.png new file mode 100644 index 0000000..edfd19b Binary files /dev/null and b/website/static/img/resources/sap/devops/dynatrace.png differ diff --git a/website/static/img/resources/sap/devops/job-scheduling-service.png b/website/static/img/resources/sap/devops/job-scheduling-service.png new file mode 100644 index 0000000..2d88794 Binary files /dev/null and b/website/static/img/resources/sap/devops/job-scheduling-service.png differ diff --git a/website/static/img/resources/sap/devops/job-scheduling-service_circled.png b/website/static/img/resources/sap/devops/job-scheduling-service_circled.png new file mode 100644 index 0000000..d7b89e3 Binary files /dev/null and b/website/static/img/resources/sap/devops/job-scheduling-service_circled.png differ diff --git a/website/static/img/resources/sap/devops/monitoring-service.png b/website/static/img/resources/sap/devops/monitoring-service.png new file mode 100644 index 0000000..4bc8e47 Binary files /dev/null and b/website/static/img/resources/sap/devops/monitoring-service.png differ diff --git a/website/static/img/resources/sap/devops/monitoring-service_circled.png b/website/static/img/resources/sap/devops/monitoring-service_circled.png new file mode 100644 index 0000000..7a8be9b Binary files /dev/null and b/website/static/img/resources/sap/devops/monitoring-service_circled.png differ diff --git a/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext..png b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext..png new file mode 100644 index 0000000..cd40030 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext..png differ diff --git a/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext._circled.png b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext._circled.png new file mode 100644 index 0000000..e01e698 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext._circled.png differ diff --git a/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext.png b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext.png new file mode 100644 index 0000000..281fd94 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext.png differ diff --git a/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext_circled.png b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext_circled.png new file mode 100644 index 0000000..e01e698 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-cloud-alm-memory-ext_circled.png differ diff --git a/website/static/img/resources/sap/devops/sap-landscape-management-cloud.png b/website/static/img/resources/sap/devops/sap-landscape-management-cloud.png new file mode 100644 index 0000000..046ca6a Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-landscape-management-cloud.png differ diff --git a/website/static/img/resources/sap/devops/sap-landscape-management-cloud_circled.png b/website/static/img/resources/sap/devops/sap-landscape-management-cloud_circled.png new file mode 100644 index 0000000..13bf573 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-landscape-management-cloud_circled.png differ diff --git a/website/static/img/resources/sap/devops/sap-solution-lifecycle-management.png b/website/static/img/resources/sap/devops/sap-solution-lifecycle-management.png new file mode 100644 index 0000000..1b80531 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-solution-lifecycle-management.png differ diff --git a/website/static/img/resources/sap/devops/sap-solution-lifecycle-management_circled.png b/website/static/img/resources/sap/devops/sap-solution-lifecycle-management_circled.png new file mode 100644 index 0000000..4a6da88 Binary files /dev/null and b/website/static/img/resources/sap/devops/sap-solution-lifecycle-management_circled.png differ diff --git a/website/static/img/resources/sap/devops/service-manager.png b/website/static/img/resources/sap/devops/service-manager.png new file mode 100644 index 0000000..8c616b8 Binary files /dev/null and b/website/static/img/resources/sap/devops/service-manager.png differ diff --git a/website/static/img/resources/sap/devops/service-manager_circled.png b/website/static/img/resources/sap/devops/service-manager_circled.png new file mode 100644 index 0000000..cf41cab Binary files /dev/null and b/website/static/img/resources/sap/devops/service-manager_circled.png differ diff --git a/website/static/img/resources/sap/devops/transport-management.png b/website/static/img/resources/sap/devops/transport-management.png new file mode 100644 index 0000000..e09d36b Binary files /dev/null and b/website/static/img/resources/sap/devops/transport-management.png differ diff --git a/website/static/img/resources/sap/devops/transport-management_circle.png b/website/static/img/resources/sap/devops/transport-management_circle.png new file mode 100644 index 0000000..2d23857 Binary files /dev/null and b/website/static/img/resources/sap/devops/transport-management_circle.png differ diff --git a/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png b/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png new file mode 100644 index 0000000..d002705 Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation.png differ diff --git a/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png b/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png new file mode 100644 index 0000000..8d2c1df Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/intelligent-intercompany-reconciliation_circled.png differ diff --git a/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation.png b/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation.png new file mode 100644 index 0000000..fe709cf Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation.png differ diff --git a/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation_circled.png b/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation_circled.png new file mode 100644 index 0000000..ddd1bbb Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/intelligent-situation-automation_circled.png differ diff --git a/website/static/img/resources/sap/erp/extensions/responsibility-management-service.png b/website/static/img/resources/sap/erp/extensions/responsibility-management-service.png new file mode 100644 index 0000000..98f9a81 Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/responsibility-management-service.png differ diff --git a/website/static/img/resources/sap/erp/extensions/responsibility-management-service_circled.png b/website/static/img/resources/sap/erp/extensions/responsibility-management-service_circled.png new file mode 100644 index 0000000..efd6c98 Binary files /dev/null and b/website/static/img/resources/sap/erp/extensions/responsibility-management-service_circled.png differ diff --git a/website/static/img/resources/sap/erp/sap-s4hana-cloud.png b/website/static/img/resources/sap/erp/sap-s4hana-cloud.png new file mode 100644 index 0000000..403b7cd Binary files /dev/null and b/website/static/img/resources/sap/erp/sap-s4hana-cloud.png differ diff --git a/website/static/img/resources/sap/erp/sap-s4hana.png b/website/static/img/resources/sap/erp/sap-s4hana.png new file mode 100644 index 0000000..ee78a6d Binary files /dev/null and b/website/static/img/resources/sap/erp/sap-s4hana.png differ diff --git a/website/static/img/resources/sap/extensions/intelligent-intercompany-reconciliation.png b/website/static/img/resources/sap/extensions/intelligent-intercompany-reconciliation.png new file mode 100644 index 0000000..175eef1 Binary files /dev/null and b/website/static/img/resources/sap/extensions/intelligent-intercompany-reconciliation.png differ diff --git a/website/static/img/resources/sap/extensions/intelligent-situation-automation.png b/website/static/img/resources/sap/extensions/intelligent-situation-automation.png new file mode 100644 index 0000000..40ea0ee Binary files /dev/null and b/website/static/img/resources/sap/extensions/intelligent-situation-automation.png differ diff --git a/website/static/img/resources/sap/extensions/responsibility-management-service.png b/website/static/img/resources/sap/extensions/responsibility-management-service.png new file mode 100644 index 0000000..2ed6c9d Binary files /dev/null and b/website/static/img/resources/sap/extensions/responsibility-management-service.png differ diff --git a/website/static/img/resources/sap/generic/accelerated.png b/website/static/img/resources/sap/generic/accelerated.png new file mode 100644 index 0000000..25fb84b Binary files /dev/null and b/website/static/img/resources/sap/generic/accelerated.png differ diff --git a/website/static/img/resources/sap/generic/accept.png b/website/static/img/resources/sap/generic/accept.png new file mode 100644 index 0000000..e21ac29 Binary files /dev/null and b/website/static/img/resources/sap/generic/accept.png differ diff --git a/website/static/img/resources/sap/generic/action-settings.png b/website/static/img/resources/sap/generic/action-settings.png new file mode 100644 index 0000000..630e1bf Binary files /dev/null and b/website/static/img/resources/sap/generic/action-settings.png differ diff --git a/website/static/img/resources/sap/generic/add.png b/website/static/img/resources/sap/generic/add.png new file mode 100644 index 0000000..236d8db Binary files /dev/null and b/website/static/img/resources/sap/generic/add.png differ diff --git a/website/static/img/resources/sap/generic/alert.png b/website/static/img/resources/sap/generic/alert.png new file mode 100644 index 0000000..1d41489 Binary files /dev/null and b/website/static/img/resources/sap/generic/alert.png differ diff --git a/website/static/img/resources/sap/generic/arobase.png b/website/static/img/resources/sap/generic/arobase.png new file mode 100644 index 0000000..700bf6c Binary files /dev/null and b/website/static/img/resources/sap/generic/arobase.png differ diff --git a/website/static/img/resources/sap/generic/arrow-bottom.png b/website/static/img/resources/sap/generic/arrow-bottom.png new file mode 100644 index 0000000..f095a24 Binary files /dev/null and b/website/static/img/resources/sap/generic/arrow-bottom.png differ diff --git a/website/static/img/resources/sap/generic/arrow-left.png b/website/static/img/resources/sap/generic/arrow-left.png new file mode 100644 index 0000000..4580c49 Binary files /dev/null and b/website/static/img/resources/sap/generic/arrow-left.png differ diff --git a/website/static/img/resources/sap/generic/arrow-right.png b/website/static/img/resources/sap/generic/arrow-right.png new file mode 100644 index 0000000..0347f59 Binary files /dev/null and b/website/static/img/resources/sap/generic/arrow-right.png differ diff --git a/website/static/img/resources/sap/generic/arrow-top.png b/website/static/img/resources/sap/generic/arrow-top.png new file mode 100644 index 0000000..be0ef43 Binary files /dev/null and b/website/static/img/resources/sap/generic/arrow-top.png differ diff --git a/website/static/img/resources/sap/generic/background.png b/website/static/img/resources/sap/generic/background.png new file mode 100644 index 0000000..5a0320c Binary files /dev/null and b/website/static/img/resources/sap/generic/background.png differ diff --git a/website/static/img/resources/sap/generic/bar-chart.png b/website/static/img/resources/sap/generic/bar-chart.png new file mode 100644 index 0000000..2bd6e0d Binary files /dev/null and b/website/static/img/resources/sap/generic/bar-chart.png differ diff --git a/website/static/img/resources/sap/generic/block.png b/website/static/img/resources/sap/generic/block.png new file mode 100644 index 0000000..a309f32 Binary files /dev/null and b/website/static/img/resources/sap/generic/block.png differ diff --git a/website/static/img/resources/sap/generic/broken-link.png b/website/static/img/resources/sap/generic/broken-link.png new file mode 100644 index 0000000..e13b7a4 Binary files /dev/null and b/website/static/img/resources/sap/generic/broken-link.png differ diff --git a/website/static/img/resources/sap/generic/calendar.png b/website/static/img/resources/sap/generic/calendar.png new file mode 100644 index 0000000..7754b91 Binary files /dev/null and b/website/static/img/resources/sap/generic/calendar.png differ diff --git a/website/static/img/resources/sap/generic/camera.png b/website/static/img/resources/sap/generic/camera.png new file mode 100644 index 0000000..55b2e82 Binary files /dev/null and b/website/static/img/resources/sap/generic/camera.png differ diff --git a/website/static/img/resources/sap/generic/cart.png b/website/static/img/resources/sap/generic/cart.png new file mode 100644 index 0000000..5406716 Binary files /dev/null and b/website/static/img/resources/sap/generic/cart.png differ diff --git a/website/static/img/resources/sap/generic/chain-link.png b/website/static/img/resources/sap/generic/chain-link.png new file mode 100644 index 0000000..4e2be87 Binary files /dev/null and b/website/static/img/resources/sap/generic/chain-link.png differ diff --git a/website/static/img/resources/sap/generic/chalkboard.png b/website/static/img/resources/sap/generic/chalkboard.png new file mode 100644 index 0000000..935c546 Binary files /dev/null and b/website/static/img/resources/sap/generic/chalkboard.png differ diff --git a/website/static/img/resources/sap/generic/chart-tree-map.png b/website/static/img/resources/sap/generic/chart-tree-map.png new file mode 100644 index 0000000..aab5936 Binary files /dev/null and b/website/static/img/resources/sap/generic/chart-tree-map.png differ diff --git a/website/static/img/resources/sap/generic/cloud.png b/website/static/img/resources/sap/generic/cloud.png new file mode 100644 index 0000000..73efb2d Binary files /dev/null and b/website/static/img/resources/sap/generic/cloud.png differ diff --git a/website/static/img/resources/sap/generic/compare.png b/website/static/img/resources/sap/generic/compare.png new file mode 100644 index 0000000..fb1cc36 Binary files /dev/null and b/website/static/img/resources/sap/generic/compare.png differ diff --git a/website/static/img/resources/sap/generic/competitor.png b/website/static/img/resources/sap/generic/competitor.png new file mode 100644 index 0000000..3ed6c5a Binary files /dev/null and b/website/static/img/resources/sap/generic/competitor.png differ diff --git a/website/static/img/resources/sap/generic/complete.png b/website/static/img/resources/sap/generic/complete.png new file mode 100644 index 0000000..a7f3222 Binary files /dev/null and b/website/static/img/resources/sap/generic/complete.png differ diff --git a/website/static/img/resources/sap/generic/course-program.png b/website/static/img/resources/sap/generic/course-program.png new file mode 100644 index 0000000..9bb56a9 Binary files /dev/null and b/website/static/img/resources/sap/generic/course-program.png differ diff --git a/website/static/img/resources/sap/generic/create-entry-time.png b/website/static/img/resources/sap/generic/create-entry-time.png new file mode 100644 index 0000000..a23b3a9 Binary files /dev/null and b/website/static/img/resources/sap/generic/create-entry-time.png differ diff --git a/website/static/img/resources/sap/generic/create.png b/website/static/img/resources/sap/generic/create.png new file mode 100644 index 0000000..7c73a21 Binary files /dev/null and b/website/static/img/resources/sap/generic/create.png differ diff --git a/website/static/img/resources/sap/generic/curriculum.png b/website/static/img/resources/sap/generic/curriculum.png new file mode 100644 index 0000000..ac9f4d0 Binary files /dev/null and b/website/static/img/resources/sap/generic/curriculum.png differ diff --git a/website/static/img/resources/sap/generic/customer-order-entry.png b/website/static/img/resources/sap/generic/customer-order-entry.png new file mode 100644 index 0000000..7102397 Binary files /dev/null and b/website/static/img/resources/sap/generic/customer-order-entry.png differ diff --git a/website/static/img/resources/sap/generic/data-store.png b/website/static/img/resources/sap/generic/data-store.png new file mode 100644 index 0000000..f29e82d Binary files /dev/null and b/website/static/img/resources/sap/generic/data-store.png differ diff --git a/website/static/img/resources/sap/generic/database.png b/website/static/img/resources/sap/generic/database.png new file mode 100644 index 0000000..c28f5c0 Binary files /dev/null and b/website/static/img/resources/sap/generic/database.png differ diff --git a/website/static/img/resources/sap/generic/decline.png b/website/static/img/resources/sap/generic/decline.png new file mode 100644 index 0000000..af25bca Binary files /dev/null and b/website/static/img/resources/sap/generic/decline.png differ diff --git a/website/static/img/resources/sap/generic/delete.png b/website/static/img/resources/sap/generic/delete.png new file mode 100644 index 0000000..3d2d11f Binary files /dev/null and b/website/static/img/resources/sap/generic/delete.png differ diff --git a/website/static/img/resources/sap/generic/document-text.png b/website/static/img/resources/sap/generic/document-text.png new file mode 100644 index 0000000..d33a765 Binary files /dev/null and b/website/static/img/resources/sap/generic/document-text.png differ diff --git a/website/static/img/resources/sap/generic/document.png b/website/static/img/resources/sap/generic/document.png new file mode 100644 index 0000000..18a27d0 Binary files /dev/null and b/website/static/img/resources/sap/generic/document.png differ diff --git a/website/static/img/resources/sap/generic/download-from-cloud.png b/website/static/img/resources/sap/generic/download-from-cloud.png new file mode 100644 index 0000000..6dc2dfa Binary files /dev/null and b/website/static/img/resources/sap/generic/download-from-cloud.png differ diff --git a/website/static/img/resources/sap/generic/download.png b/website/static/img/resources/sap/generic/download.png new file mode 100644 index 0000000..8681566 Binary files /dev/null and b/website/static/img/resources/sap/generic/download.png differ diff --git a/website/static/img/resources/sap/generic/e-care.png b/website/static/img/resources/sap/generic/e-care.png new file mode 100644 index 0000000..219b055 Binary files /dev/null and b/website/static/img/resources/sap/generic/e-care.png differ diff --git a/website/static/img/resources/sap/generic/e-learning.png b/website/static/img/resources/sap/generic/e-learning.png new file mode 100644 index 0000000..057b1ae Binary files /dev/null and b/website/static/img/resources/sap/generic/e-learning.png differ diff --git a/website/static/img/resources/sap/generic/edit.png b/website/static/img/resources/sap/generic/edit.png new file mode 100644 index 0000000..e1ba209 Binary files /dev/null and b/website/static/img/resources/sap/generic/edit.png differ diff --git a/website/static/img/resources/sap/generic/email-read.png b/website/static/img/resources/sap/generic/email-read.png new file mode 100644 index 0000000..8fd046b Binary files /dev/null and b/website/static/img/resources/sap/generic/email-read.png differ diff --git a/website/static/img/resources/sap/generic/energy-saving-lightbulb.png b/website/static/img/resources/sap/generic/energy-saving-lightbulb.png new file mode 100644 index 0000000..5d0bc82 Binary files /dev/null and b/website/static/img/resources/sap/generic/energy-saving-lightbulb.png differ diff --git a/website/static/img/resources/sap/generic/expense-report.png b/website/static/img/resources/sap/generic/expense-report.png new file mode 100644 index 0000000..ae65b25 Binary files /dev/null and b/website/static/img/resources/sap/generic/expense-report.png differ diff --git a/website/static/img/resources/sap/generic/factory.png b/website/static/img/resources/sap/generic/factory.png new file mode 100644 index 0000000..5b30665 Binary files /dev/null and b/website/static/img/resources/sap/generic/factory.png differ diff --git a/website/static/img/resources/sap/generic/family-care.png b/website/static/img/resources/sap/generic/family-care.png new file mode 100644 index 0000000..5f1657f Binary files /dev/null and b/website/static/img/resources/sap/generic/family-care.png differ diff --git a/website/static/img/resources/sap/generic/favorite.png b/website/static/img/resources/sap/generic/favorite.png new file mode 100644 index 0000000..c9e3214 Binary files /dev/null and b/website/static/img/resources/sap/generic/favorite.png differ diff --git a/website/static/img/resources/sap/generic/feed.png b/website/static/img/resources/sap/generic/feed.png new file mode 100644 index 0000000..cc35249 Binary files /dev/null and b/website/static/img/resources/sap/generic/feed.png differ diff --git a/website/static/img/resources/sap/generic/filter.png b/website/static/img/resources/sap/generic/filter.png new file mode 100644 index 0000000..20278cf Binary files /dev/null and b/website/static/img/resources/sap/generic/filter.png differ diff --git a/website/static/img/resources/sap/generic/folder.png b/website/static/img/resources/sap/generic/folder.png new file mode 100644 index 0000000..df9d2ea Binary files /dev/null and b/website/static/img/resources/sap/generic/folder.png differ diff --git a/website/static/img/resources/sap/generic/fresh.png b/website/static/img/resources/sap/generic/fresh.png new file mode 100644 index 0000000..e1a9ed6 Binary files /dev/null and b/website/static/img/resources/sap/generic/fresh.png differ diff --git a/website/static/img/resources/sap/generic/gantt-bars.png b/website/static/img/resources/sap/generic/gantt-bars.png new file mode 100644 index 0000000..40afbb4 Binary files /dev/null and b/website/static/img/resources/sap/generic/gantt-bars.png differ diff --git a/website/static/img/resources/sap/generic/group.png b/website/static/img/resources/sap/generic/group.png new file mode 100644 index 0000000..071a25c Binary files /dev/null and b/website/static/img/resources/sap/generic/group.png differ diff --git a/website/static/img/resources/sap/generic/history.png b/website/static/img/resources/sap/generic/history.png new file mode 100644 index 0000000..e4185a0 Binary files /dev/null and b/website/static/img/resources/sap/generic/history.png differ diff --git a/website/static/img/resources/sap/generic/home.png b/website/static/img/resources/sap/generic/home.png new file mode 100644 index 0000000..d735f14 Binary files /dev/null and b/website/static/img/resources/sap/generic/home.png differ diff --git a/website/static/img/resources/sap/generic/internet-browser.png b/website/static/img/resources/sap/generic/internet-browser.png new file mode 100644 index 0000000..a960ce8 Binary files /dev/null and b/website/static/img/resources/sap/generic/internet-browser.png differ diff --git a/website/static/img/resources/sap/generic/ipad.png b/website/static/img/resources/sap/generic/ipad.png new file mode 100644 index 0000000..70e71db Binary files /dev/null and b/website/static/img/resources/sap/generic/ipad.png differ diff --git a/website/static/img/resources/sap/generic/iphone.png b/website/static/img/resources/sap/generic/iphone.png new file mode 100644 index 0000000..2f22e96 Binary files /dev/null and b/website/static/img/resources/sap/generic/iphone.png differ diff --git a/website/static/img/resources/sap/generic/it-host.png b/website/static/img/resources/sap/generic/it-host.png new file mode 100644 index 0000000..1691f94 Binary files /dev/null and b/website/static/img/resources/sap/generic/it-host.png differ diff --git a/website/static/img/resources/sap/generic/it-instance.png b/website/static/img/resources/sap/generic/it-instance.png new file mode 100644 index 0000000..2207659 Binary files /dev/null and b/website/static/img/resources/sap/generic/it-instance.png differ diff --git a/website/static/img/resources/sap/generic/it-system.png b/website/static/img/resources/sap/generic/it-system.png new file mode 100644 index 0000000..f5c5635 Binary files /dev/null and b/website/static/img/resources/sap/generic/it-system.png differ diff --git a/website/static/img/resources/sap/generic/key-pair.png b/website/static/img/resources/sap/generic/key-pair.png new file mode 100644 index 0000000..bfde228 Binary files /dev/null and b/website/static/img/resources/sap/generic/key-pair.png differ diff --git a/website/static/img/resources/sap/generic/key-user-settings.png b/website/static/img/resources/sap/generic/key-user-settings.png new file mode 100644 index 0000000..c79db75 Binary files /dev/null and b/website/static/img/resources/sap/generic/key-user-settings.png differ diff --git a/website/static/img/resources/sap/generic/laptop.png b/website/static/img/resources/sap/generic/laptop.png new file mode 100644 index 0000000..2e56c36 Binary files /dev/null and b/website/static/img/resources/sap/generic/laptop.png differ diff --git a/website/static/img/resources/sap/generic/learning-assistant.png b/website/static/img/resources/sap/generic/learning-assistant.png new file mode 100644 index 0000000..a8f0c8b Binary files /dev/null and b/website/static/img/resources/sap/generic/learning-assistant.png differ diff --git a/website/static/img/resources/sap/generic/legend.png b/website/static/img/resources/sap/generic/legend.png new file mode 100644 index 0000000..d1727e3 Binary files /dev/null and b/website/static/img/resources/sap/generic/legend.png differ diff --git a/website/static/img/resources/sap/generic/less.png b/website/static/img/resources/sap/generic/less.png new file mode 100644 index 0000000..c2f3915 Binary files /dev/null and b/website/static/img/resources/sap/generic/less.png differ diff --git a/website/static/img/resources/sap/generic/lightbulb.png b/website/static/img/resources/sap/generic/lightbulb.png new file mode 100644 index 0000000..b58c4aa Binary files /dev/null and b/website/static/img/resources/sap/generic/lightbulb.png differ diff --git a/website/static/img/resources/sap/generic/locked.png b/website/static/img/resources/sap/generic/locked.png new file mode 100644 index 0000000..ca6db2c Binary files /dev/null and b/website/static/img/resources/sap/generic/locked.png differ diff --git a/website/static/img/resources/sap/generic/log.png b/website/static/img/resources/sap/generic/log.png new file mode 100644 index 0000000..a1d1f00 Binary files /dev/null and b/website/static/img/resources/sap/generic/log.png differ diff --git a/website/static/img/resources/sap/generic/mail.png b/website/static/img/resources/sap/generic/mail.png new file mode 100644 index 0000000..73f090e Binary files /dev/null and b/website/static/img/resources/sap/generic/mail.png differ diff --git a/website/static/img/resources/sap/generic/map.png b/website/static/img/resources/sap/generic/map.png new file mode 100644 index 0000000..cf83fe7 Binary files /dev/null and b/website/static/img/resources/sap/generic/map.png differ diff --git a/website/static/img/resources/sap/generic/microphone.png b/website/static/img/resources/sap/generic/microphone.png new file mode 100644 index 0000000..5e50406 Binary files /dev/null and b/website/static/img/resources/sap/generic/microphone.png differ diff --git a/website/static/img/resources/sap/generic/my-sales-order.png b/website/static/img/resources/sap/generic/my-sales-order.png new file mode 100644 index 0000000..76962b1 Binary files /dev/null and b/website/static/img/resources/sap/generic/my-sales-order.png differ diff --git a/website/static/img/resources/sap/generic/open-folder.png b/website/static/img/resources/sap/generic/open-folder.png new file mode 100644 index 0000000..bfbe45b Binary files /dev/null and b/website/static/img/resources/sap/generic/open-folder.png differ diff --git a/website/static/img/resources/sap/generic/org-chart.png b/website/static/img/resources/sap/generic/org-chart.png new file mode 100644 index 0000000..911c0b4 Binary files /dev/null and b/website/static/img/resources/sap/generic/org-chart.png differ diff --git a/website/static/img/resources/sap/generic/pdf-attachment.png b/website/static/img/resources/sap/generic/pdf-attachment.png new file mode 100644 index 0000000..c3c0cd1 Binary files /dev/null and b/website/static/img/resources/sap/generic/pdf-attachment.png differ diff --git a/website/static/img/resources/sap/generic/person-placeholder.png b/website/static/img/resources/sap/generic/person-placeholder.png new file mode 100644 index 0000000..4cef60a Binary files /dev/null and b/website/static/img/resources/sap/generic/person-placeholder.png differ diff --git a/website/static/img/resources/sap/generic/post.png b/website/static/img/resources/sap/generic/post.png new file mode 100644 index 0000000..5534fa5 Binary files /dev/null and b/website/static/img/resources/sap/generic/post.png differ diff --git a/website/static/img/resources/sap/generic/private-key.png b/website/static/img/resources/sap/generic/private-key.png new file mode 100644 index 0000000..bbf4a38 Binary files /dev/null and b/website/static/img/resources/sap/generic/private-key.png differ diff --git a/website/static/img/resources/sap/generic/process.png b/website/static/img/resources/sap/generic/process.png new file mode 100644 index 0000000..4813083 Binary files /dev/null and b/website/static/img/resources/sap/generic/process.png differ diff --git a/website/static/img/resources/sap/generic/product.png b/website/static/img/resources/sap/generic/product.png new file mode 100644 index 0000000..cbd8e1c Binary files /dev/null and b/website/static/img/resources/sap/generic/product.png differ diff --git a/website/static/img/resources/sap/generic/public-key.png b/website/static/img/resources/sap/generic/public-key.png new file mode 100644 index 0000000..539d874 Binary files /dev/null and b/website/static/img/resources/sap/generic/public-key.png differ diff --git a/website/static/img/resources/sap/generic/pushpin-off.png b/website/static/img/resources/sap/generic/pushpin-off.png new file mode 100644 index 0000000..ce5ef17 Binary files /dev/null and b/website/static/img/resources/sap/generic/pushpin-off.png differ diff --git a/website/static/img/resources/sap/generic/request.png b/website/static/img/resources/sap/generic/request.png new file mode 100644 index 0000000..38664e7 Binary files /dev/null and b/website/static/img/resources/sap/generic/request.png differ diff --git a/website/static/img/resources/sap/generic/sap-logo-shape.png b/website/static/img/resources/sap/generic/sap-logo-shape.png new file mode 100644 index 0000000..f2769a3 Binary files /dev/null and b/website/static/img/resources/sap/generic/sap-logo-shape.png differ diff --git a/website/static/img/resources/sap/generic/save.png b/website/static/img/resources/sap/generic/save.png new file mode 100644 index 0000000..585cbe8 Binary files /dev/null and b/website/static/img/resources/sap/generic/save.png differ diff --git a/website/static/img/resources/sap/generic/search.png b/website/static/img/resources/sap/generic/search.png new file mode 100644 index 0000000..f2c8665 Binary files /dev/null and b/website/static/img/resources/sap/generic/search.png differ diff --git a/website/static/img/resources/sap/generic/settings.png b/website/static/img/resources/sap/generic/settings.png new file mode 100644 index 0000000..f78ea4c Binary files /dev/null and b/website/static/img/resources/sap/generic/settings.png differ diff --git a/website/static/img/resources/sap/generic/shelf.png b/website/static/img/resources/sap/generic/shelf.png new file mode 100644 index 0000000..1dbd34f Binary files /dev/null and b/website/static/img/resources/sap/generic/shelf.png differ diff --git a/website/static/img/resources/sap/generic/shield.png b/website/static/img/resources/sap/generic/shield.png new file mode 100644 index 0000000..7ce73fe Binary files /dev/null and b/website/static/img/resources/sap/generic/shield.png differ diff --git a/website/static/img/resources/sap/generic/sort.png b/website/static/img/resources/sap/generic/sort.png new file mode 100644 index 0000000..9f66c1b Binary files /dev/null and b/website/static/img/resources/sap/generic/sort.png differ diff --git a/website/static/img/resources/sap/generic/sound-loud.png b/website/static/img/resources/sap/generic/sound-loud.png new file mode 100644 index 0000000..e0e9029 Binary files /dev/null and b/website/static/img/resources/sap/generic/sound-loud.png differ diff --git a/website/static/img/resources/sap/generic/sound.png b/website/static/img/resources/sap/generic/sound.png new file mode 100644 index 0000000..738b065 Binary files /dev/null and b/website/static/img/resources/sap/generic/sound.png differ diff --git a/website/static/img/resources/sap/generic/status-critical.png b/website/static/img/resources/sap/generic/status-critical.png new file mode 100644 index 0000000..331e506 Binary files /dev/null and b/website/static/img/resources/sap/generic/status-critical.png differ diff --git a/website/static/img/resources/sap/generic/status-inactive.png b/website/static/img/resources/sap/generic/status-inactive.png new file mode 100644 index 0000000..f08b8e8 Binary files /dev/null and b/website/static/img/resources/sap/generic/status-inactive.png differ diff --git a/website/static/img/resources/sap/generic/status-negative.png b/website/static/img/resources/sap/generic/status-negative.png new file mode 100644 index 0000000..4213296 Binary files /dev/null and b/website/static/img/resources/sap/generic/status-negative.png differ diff --git a/website/static/img/resources/sap/generic/status-positive.png b/website/static/img/resources/sap/generic/status-positive.png new file mode 100644 index 0000000..7204330 Binary files /dev/null and b/website/static/img/resources/sap/generic/status-positive.png differ diff --git a/website/static/img/resources/sap/generic/switch-classes.png b/website/static/img/resources/sap/generic/switch-classes.png new file mode 100644 index 0000000..cd5246e Binary files /dev/null and b/website/static/img/resources/sap/generic/switch-classes.png differ diff --git a/website/static/img/resources/sap/generic/synchronize.png b/website/static/img/resources/sap/generic/synchronize.png new file mode 100644 index 0000000..e316537 Binary files /dev/null and b/website/static/img/resources/sap/generic/synchronize.png differ diff --git a/website/static/img/resources/sap/generic/sys-help.png b/website/static/img/resources/sap/generic/sys-help.png new file mode 100644 index 0000000..ae16fe6 Binary files /dev/null and b/website/static/img/resources/sap/generic/sys-help.png differ diff --git a/website/static/img/resources/sap/generic/sys-monitor.png b/website/static/img/resources/sap/generic/sys-monitor.png new file mode 100644 index 0000000..ecb86d0 Binary files /dev/null and b/website/static/img/resources/sap/generic/sys-monitor.png differ diff --git a/website/static/img/resources/sap/generic/system-hana.png b/website/static/img/resources/sap/generic/system-hana.png new file mode 100644 index 0000000..e5b133f Binary files /dev/null and b/website/static/img/resources/sap/generic/system-hana.png differ diff --git a/website/static/img/resources/sap/generic/timesheet.png b/website/static/img/resources/sap/generic/timesheet.png new file mode 100644 index 0000000..3722c2a Binary files /dev/null and b/website/static/img/resources/sap/generic/timesheet.png differ diff --git a/website/static/img/resources/sap/generic/tree.png b/website/static/img/resources/sap/generic/tree.png new file mode 100644 index 0000000..5366a11 Binary files /dev/null and b/website/static/img/resources/sap/generic/tree.png differ diff --git a/website/static/img/resources/sap/generic/unfavorite.png b/website/static/img/resources/sap/generic/unfavorite.png new file mode 100644 index 0000000..920634e Binary files /dev/null and b/website/static/img/resources/sap/generic/unfavorite.png differ diff --git a/website/static/img/resources/sap/generic/unlocked.png b/website/static/img/resources/sap/generic/unlocked.png new file mode 100644 index 0000000..b443ca5 Binary files /dev/null and b/website/static/img/resources/sap/generic/unlocked.png differ diff --git a/website/static/img/resources/sap/generic/upload-to-cloud.png b/website/static/img/resources/sap/generic/upload-to-cloud.png new file mode 100644 index 0000000..bf9af89 Binary files /dev/null and b/website/static/img/resources/sap/generic/upload-to-cloud.png differ diff --git a/website/static/img/resources/sap/generic/upload.png b/website/static/img/resources/sap/generic/upload.png new file mode 100644 index 0000000..91d81bd Binary files /dev/null and b/website/static/img/resources/sap/generic/upload.png differ diff --git a/website/static/img/resources/sap/generic/video.png b/website/static/img/resources/sap/generic/video.png new file mode 100644 index 0000000..576fe67 Binary files /dev/null and b/website/static/img/resources/sap/generic/video.png differ diff --git a/website/static/img/resources/sap/generic/wifi.png b/website/static/img/resources/sap/generic/wifi.png new file mode 100644 index 0000000..addbef2 Binary files /dev/null and b/website/static/img/resources/sap/generic/wifi.png differ diff --git a/website/static/img/resources/sap/generic/world.png b/website/static/img/resources/sap/generic/world.png new file mode 100644 index 0000000..57ed604 Binary files /dev/null and b/website/static/img/resources/sap/generic/world.png differ diff --git a/website/static/img/resources/sap/generic/wrench.png b/website/static/img/resources/sap/generic/wrench.png new file mode 100644 index 0000000..16ac280 Binary files /dev/null and b/website/static/img/resources/sap/generic/wrench.png differ diff --git a/website/static/img/resources/sap/integration/advanced-event-mesh.png b/website/static/img/resources/sap/integration/advanced-event-mesh.png new file mode 100644 index 0000000..e503038 Binary files /dev/null and b/website/static/img/resources/sap/integration/advanced-event-mesh.png differ diff --git a/website/static/img/resources/sap/integration/advanced-event-mesh_circled.png b/website/static/img/resources/sap/integration/advanced-event-mesh_circled.png new file mode 100644 index 0000000..33550d1 Binary files /dev/null and b/website/static/img/resources/sap/integration/advanced-event-mesh_circled.png differ diff --git a/website/static/img/resources/sap/integration/api-management.png b/website/static/img/resources/sap/integration/api-management.png new file mode 100644 index 0000000..f2262c0 Binary files /dev/null and b/website/static/img/resources/sap/integration/api-management.png differ diff --git a/website/static/img/resources/sap/integration/api-management_circle.png b/website/static/img/resources/sap/integration/api-management_circle.png new file mode 100644 index 0000000..dd8eb92 Binary files /dev/null and b/website/static/img/resources/sap/integration/api-management_circle.png differ diff --git a/website/static/img/resources/sap/integration/cloud-connector.png b/website/static/img/resources/sap/integration/cloud-connector.png new file mode 100644 index 0000000..40697cf Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-connector.png differ diff --git a/website/static/img/resources/sap/integration/cloud-connector_circle.png b/website/static/img/resources/sap/integration/cloud-connector_circle.png new file mode 100644 index 0000000..a24f3a3 Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-connector_circle.png differ diff --git a/website/static/img/resources/sap/integration/cloud-integration-automation.png b/website/static/img/resources/sap/integration/cloud-integration-automation.png new file mode 100644 index 0000000..031d617 Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-integration-automation.png differ diff --git a/website/static/img/resources/sap/integration/cloud-integration-automation_circled.png b/website/static/img/resources/sap/integration/cloud-integration-automation_circled.png new file mode 100644 index 0000000..c6c872f Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-integration-automation_circled.png differ diff --git a/website/static/img/resources/sap/integration/cloud-integration-for-data-services.png b/website/static/img/resources/sap/integration/cloud-integration-for-data-services.png new file mode 100644 index 0000000..6839b75 Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-integration-for-data-services.png differ diff --git a/website/static/img/resources/sap/integration/cloud-integration-for-data-services_circled.png b/website/static/img/resources/sap/integration/cloud-integration-for-data-services_circled.png new file mode 100644 index 0000000..a8f9071 Binary files /dev/null and b/website/static/img/resources/sap/integration/cloud-integration-for-data-services_circled.png differ diff --git a/website/static/img/resources/sap/integration/event-broker-aka-event-mesh.png b/website/static/img/resources/sap/integration/event-broker-aka-event-mesh.png new file mode 100644 index 0000000..6e52407 Binary files /dev/null and b/website/static/img/resources/sap/integration/event-broker-aka-event-mesh.png differ diff --git a/website/static/img/resources/sap/integration/event-broker-aka-event-mesh_circled.png b/website/static/img/resources/sap/integration/event-broker-aka-event-mesh_circled.png new file mode 100644 index 0000000..72c3ab7 Binary files /dev/null and b/website/static/img/resources/sap/integration/event-broker-aka-event-mesh_circled.png differ diff --git a/website/static/img/resources/sap/integration/event-mesh.png b/website/static/img/resources/sap/integration/event-mesh.png new file mode 100644 index 0000000..34239b7 Binary files /dev/null and b/website/static/img/resources/sap/integration/event-mesh.png differ diff --git a/website/static/img/resources/sap/integration/event-mesh_circle.png b/website/static/img/resources/sap/integration/event-mesh_circle.png new file mode 100644 index 0000000..9f13d14 Binary files /dev/null and b/website/static/img/resources/sap/integration/event-mesh_circle.png differ diff --git a/website/static/img/resources/sap/integration/event-mesh_circled.png b/website/static/img/resources/sap/integration/event-mesh_circled.png new file mode 100644 index 0000000..36dc2c8 Binary files /dev/null and b/website/static/img/resources/sap/integration/event-mesh_circled.png differ diff --git a/website/static/img/resources/sap/integration/integration-advisor.png b/website/static/img/resources/sap/integration/integration-advisor.png new file mode 100644 index 0000000..c508b66 Binary files /dev/null and b/website/static/img/resources/sap/integration/integration-advisor.png differ diff --git a/website/static/img/resources/sap/integration/integration-advisor_circle.png b/website/static/img/resources/sap/integration/integration-advisor_circle.png new file mode 100644 index 0000000..f0ca923 Binary files /dev/null and b/website/static/img/resources/sap/integration/integration-advisor_circle.png differ diff --git a/website/static/img/resources/sap/integration/integration-suite.png b/website/static/img/resources/sap/integration/integration-suite.png new file mode 100644 index 0000000..b9faea7 Binary files /dev/null and b/website/static/img/resources/sap/integration/integration-suite.png differ diff --git a/website/static/img/resources/sap/integration/integration-suite_circle.png b/website/static/img/resources/sap/integration/integration-suite_circle.png new file mode 100644 index 0000000..76e2283 Binary files /dev/null and b/website/static/img/resources/sap/integration/integration-suite_circle.png differ diff --git a/website/static/img/resources/sap/integration/integration-suite_circled.png b/website/static/img/resources/sap/integration/integration-suite_circled.png new file mode 100644 index 0000000..c87ba1d Binary files /dev/null and b/website/static/img/resources/sap/integration/integration-suite_circled.png differ diff --git a/website/static/img/resources/sap/integration/master-data-integration.png b/website/static/img/resources/sap/integration/master-data-integration.png new file mode 100644 index 0000000..c6f9a1f Binary files /dev/null and b/website/static/img/resources/sap/integration/master-data-integration.png differ diff --git a/website/static/img/resources/sap/integration/master-data-integration_circled.png b/website/static/img/resources/sap/integration/master-data-integration_circled.png new file mode 100644 index 0000000..d3f16a2 Binary files /dev/null and b/website/static/img/resources/sap/integration/master-data-integration_circled.png differ diff --git a/website/static/img/resources/sap/integration/open-connectors.png b/website/static/img/resources/sap/integration/open-connectors.png new file mode 100644 index 0000000..1a7de1f Binary files /dev/null and b/website/static/img/resources/sap/integration/open-connectors.png differ diff --git a/website/static/img/resources/sap/integration/open-connectors_circle.png b/website/static/img/resources/sap/integration/open-connectors_circle.png new file mode 100644 index 0000000..cba6f7d Binary files /dev/null and b/website/static/img/resources/sap/integration/open-connectors_circle.png differ diff --git a/website/static/img/resources/sap/integration/sap-data-provisioning-agent.png b/website/static/img/resources/sap/integration/sap-data-provisioning-agent.png new file mode 100644 index 0000000..5f29f17 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-data-provisioning-agent.png differ diff --git a/website/static/img/resources/sap/integration/sap-data-provisioning-agent_circle.png b/website/static/img/resources/sap/integration/sap-data-provisioning-agent_circle.png new file mode 100644 index 0000000..7e16415 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-data-provisioning-agent_circle.png differ diff --git a/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance.png b/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance.png new file mode 100644 index 0000000..bbc6820 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance.png differ diff --git a/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance_circled.png b/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance_circled.png new file mode 100644 index 0000000..63c0ede Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-document-and-reporting-compliance_circled.png differ diff --git a/website/static/img/resources/sap/integration/sap-event-broker.png b/website/static/img/resources/sap/integration/sap-event-broker.png new file mode 100644 index 0000000..2f5bb4f Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-event-broker.png differ diff --git a/website/static/img/resources/sap/integration/sap-event-broker_circled.png b/website/static/img/resources/sap/integration/sap-event-broker_circled.png new file mode 100644 index 0000000..72c3ab7 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-event-broker_circled.png differ diff --git a/website/static/img/resources/sap/integration/sap-graph.png b/website/static/img/resources/sap/integration/sap-graph.png new file mode 100644 index 0000000..75f0e75 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-graph.png differ diff --git a/website/static/img/resources/sap/integration/sap-graph_circled.png b/website/static/img/resources/sap/integration/sap-graph_circled.png new file mode 100644 index 0000000..b3ae795 Binary files /dev/null and b/website/static/img/resources/sap/integration/sap-graph_circled.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-green-token.png b/website/static/img/resources/sap/lob_industries/sap-green-token.png new file mode 100644 index 0000000..444ad4c Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-green-token.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-market-rates-management.png b/website/static/img/resources/sap/lob_industries/sap-market-rates-management.png new file mode 100644 index 0000000..10c0dfa Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-market-rates-management.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-market-rates-management_circled.png b/website/static/img/resources/sap/lob_industries/sap-market-rates-management_circled.png new file mode 100644 index 0000000..a7c968d Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-market-rates-management_circled.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing-_circled.png b/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing-_circled.png new file mode 100644 index 0000000..11ae002 Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing-_circled.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing.png b/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing.png new file mode 100644 index 0000000..b53bb00 Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-omnichannel-promotion-pricing.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png b/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png new file mode 100644 index 0000000..f8e64e9 Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing.png differ diff --git a/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing_circled.png b/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing_circled.png new file mode 100644 index 0000000..85784b3 Binary files /dev/null and b/website/static/img/resources/sap/lob_industries/sap-variant-configuration-and-pricing_circled.png differ diff --git a/website/static/img/resources/sap/mobile/agentry.png b/website/static/img/resources/sap/mobile/agentry.png new file mode 100644 index 0000000..7c9d886 Binary files /dev/null and b/website/static/img/resources/sap/mobile/agentry.png differ diff --git a/website/static/img/resources/sap/mobile/agentry_circled.png b/website/static/img/resources/sap/mobile/agentry_circled.png new file mode 100644 index 0000000..af29953 Binary files /dev/null and b/website/static/img/resources/sap/mobile/agentry_circled.png differ diff --git a/website/static/img/resources/sap/mobile/mobile-services.png b/website/static/img/resources/sap/mobile/mobile-services.png new file mode 100644 index 0000000..8253325 Binary files /dev/null and b/website/static/img/resources/sap/mobile/mobile-services.png differ diff --git a/website/static/img/resources/sap/mobile/mobile-services_circled.png b/website/static/img/resources/sap/mobile/mobile-services_circled.png new file mode 100644 index 0000000..c510b44 Binary files /dev/null and b/website/static/img/resources/sap/mobile/mobile-services_circled.png differ diff --git a/website/static/img/resources/sap/other/date-and-time.png b/website/static/img/resources/sap/other/date-and-time.png new file mode 100644 index 0000000..340fb01 Binary files /dev/null and b/website/static/img/resources/sap/other/date-and-time.png differ diff --git a/website/static/img/resources/sap/other/date-and-time_circled.png b/website/static/img/resources/sap/other/date-and-time_circled.png new file mode 100644 index 0000000..0f2182d Binary files /dev/null and b/website/static/img/resources/sap/other/date-and-time_circled.png differ diff --git a/website/static/img/resources/sap/other/iban-service.png b/website/static/img/resources/sap/other/iban-service.png new file mode 100644 index 0000000..d80e877 Binary files /dev/null and b/website/static/img/resources/sap/other/iban-service.png differ diff --git a/website/static/img/resources/sap/other/iban-service_circled.png b/website/static/img/resources/sap/other/iban-service_circled.png new file mode 100644 index 0000000..dda65bf Binary files /dev/null and b/website/static/img/resources/sap/other/iban-service_circled.png differ diff --git a/website/static/img/resources/sap/other/placeholder-icon-new-services.png b/website/static/img/resources/sap/other/placeholder-icon-new-services.png new file mode 100644 index 0000000..892d921 Binary files /dev/null and b/website/static/img/resources/sap/other/placeholder-icon-new-services.png differ diff --git a/website/static/img/resources/sap/other/placeholder-icon-new-services_circled.png b/website/static/img/resources/sap/other/placeholder-icon-new-services_circled.png new file mode 100644 index 0000000..e306c71 Binary files /dev/null and b/website/static/img/resources/sap/other/placeholder-icon-new-services_circled.png differ diff --git a/website/static/img/resources/sap/other/placeholder-new-services.png b/website/static/img/resources/sap/other/placeholder-new-services.png new file mode 100644 index 0000000..892d921 Binary files /dev/null and b/website/static/img/resources/sap/other/placeholder-new-services.png differ diff --git a/website/static/img/resources/sap/other/placeholder-new-services_circled.png b/website/static/img/resources/sap/other/placeholder-new-services_circled.png new file mode 100644 index 0000000..e306c71 Binary files /dev/null and b/website/static/img/resources/sap/other/placeholder-new-services_circled.png differ diff --git a/website/static/img/resources/sap/other/placeholder-service-name.png b/website/static/img/resources/sap/other/placeholder-service-name.png new file mode 100644 index 0000000..372bb0d Binary files /dev/null and b/website/static/img/resources/sap/other/placeholder-service-name.png differ diff --git a/website/static/img/resources/sap/other/print-service.png b/website/static/img/resources/sap/other/print-service.png new file mode 100644 index 0000000..0cb305c Binary files /dev/null and b/website/static/img/resources/sap/other/print-service.png differ diff --git a/website/static/img/resources/sap/other/print-service_circled.png b/website/static/img/resources/sap/other/print-service_circled.png new file mode 100644 index 0000000..3883770 Binary files /dev/null and b/website/static/img/resources/sap/other/print-service_circled.png differ diff --git a/website/static/img/resources/sap/other/sap-btp.png b/website/static/img/resources/sap/other/sap-btp.png new file mode 100644 index 0000000..5ed3bd4 Binary files /dev/null and b/website/static/img/resources/sap/other/sap-btp.png differ diff --git a/website/static/img/resources/sap/other/sap-iot.png b/website/static/img/resources/sap/other/sap-iot.png new file mode 100644 index 0000000..b0ce3dc Binary files /dev/null and b/website/static/img/resources/sap/other/sap-iot.png differ diff --git a/website/static/img/resources/sap/other/sap-iot_circled.png b/website/static/img/resources/sap/other/sap-iot_circled.png new file mode 100644 index 0000000..dec8ca1 Binary files /dev/null and b/website/static/img/resources/sap/other/sap-iot_circled.png differ diff --git a/website/static/img/resources/sap/other/work-calendar.png b/website/static/img/resources/sap/other/work-calendar.png new file mode 100644 index 0000000..787af91 Binary files /dev/null and b/website/static/img/resources/sap/other/work-calendar.png differ diff --git a/website/static/img/resources/sap/other/work-calendar_circled.png b/website/static/img/resources/sap/other/work-calendar_circled.png new file mode 100644 index 0000000..29f9405 Binary files /dev/null and b/website/static/img/resources/sap/other/work-calendar_circled.png differ diff --git a/website/static/img/resources/sap/processautomation/business-rules.png b/website/static/img/resources/sap/processautomation/business-rules.png new file mode 100644 index 0000000..7412a67 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/business-rules.png differ diff --git a/website/static/img/resources/sap/processautomation/process-automation.png b/website/static/img/resources/sap/processautomation/process-automation.png new file mode 100644 index 0000000..9252886 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/process-automation.png differ diff --git a/website/static/img/resources/sap/processautomation/process-automation_circled.png b/website/static/img/resources/sap/processautomation/process-automation_circled.png new file mode 100644 index 0000000..b3b3cc5 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/process-automation_circled.png differ diff --git a/website/static/img/resources/sap/processautomation/sap-build-process-automation.png b/website/static/img/resources/sap/processautomation/sap-build-process-automation.png new file mode 100644 index 0000000..abef0b5 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/sap-build-process-automation.png differ diff --git a/website/static/img/resources/sap/processautomation/sap-build-process-automation_circled.png b/website/static/img/resources/sap/processautomation/sap-build-process-automation_circled.png new file mode 100644 index 0000000..7c2990c Binary files /dev/null and b/website/static/img/resources/sap/processautomation/sap-build-process-automation_circled.png differ diff --git a/website/static/img/resources/sap/processautomation/sap-intelligent-rpa.png b/website/static/img/resources/sap/processautomation/sap-intelligent-rpa.png new file mode 100644 index 0000000..9712bbf Binary files /dev/null and b/website/static/img/resources/sap/processautomation/sap-intelligent-rpa.png differ diff --git a/website/static/img/resources/sap/processautomation/sap-intelligent-rpa_circled.png b/website/static/img/resources/sap/processautomation/sap-intelligent-rpa_circled.png new file mode 100644 index 0000000..660d7fc Binary files /dev/null and b/website/static/img/resources/sap/processautomation/sap-intelligent-rpa_circled.png differ diff --git a/website/static/img/resources/sap/processautomation/workflow-management.png b/website/static/img/resources/sap/processautomation/workflow-management.png new file mode 100644 index 0000000..506fafb Binary files /dev/null and b/website/static/img/resources/sap/processautomation/workflow-management.png differ diff --git a/website/static/img/resources/sap/processautomation/workflow-management_circled.png b/website/static/img/resources/sap/processautomation/workflow-management_circled.png new file mode 100644 index 0000000..456c6f3 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/workflow-management_circled.png differ diff --git a/website/static/img/resources/sap/processautomation/workflow-service.png b/website/static/img/resources/sap/processautomation/workflow-service.png new file mode 100644 index 0000000..a02c567 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/workflow-service.png differ diff --git a/website/static/img/resources/sap/processautomation/workflow-service_circled.png b/website/static/img/resources/sap/processautomation/workflow-service_circled.png new file mode 100644 index 0000000..036fc94 Binary files /dev/null and b/website/static/img/resources/sap/processautomation/workflow-service_circled.png differ diff --git a/website/static/img/resources/sap/runtimes/abap-environment.png b/website/static/img/resources/sap/runtimes/abap-environment.png new file mode 100644 index 0000000..edceeb5 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/abap-environment.png differ diff --git a/website/static/img/resources/sap/runtimes/abap-environment_circled.png b/website/static/img/resources/sap/runtimes/abap-environment_circled.png new file mode 100644 index 0000000..b5b95f4 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/abap-environment_circled.png differ diff --git a/website/static/img/resources/sap/runtimes/abap-solution.png b/website/static/img/resources/sap/runtimes/abap-solution.png new file mode 100644 index 0000000..edceeb5 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/abap-solution.png differ diff --git a/website/static/img/resources/sap/runtimes/cloud-foundry-runtime.png b/website/static/img/resources/sap/runtimes/cloud-foundry-runtime.png new file mode 100644 index 0000000..cfe5b40 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/cloud-foundry-runtime.png differ diff --git a/website/static/img/resources/sap/runtimes/cloud-foundry-runtime_circled.png b/website/static/img/resources/sap/runtimes/cloud-foundry-runtime_circled.png new file mode 100644 index 0000000..94d41a8 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/cloud-foundry-runtime_circled.png differ diff --git a/website/static/img/resources/sap/runtimes/html5-app-repository.png b/website/static/img/resources/sap/runtimes/html5-app-repository.png new file mode 100644 index 0000000..cc2f123 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/html5-app-repository.png differ diff --git a/website/static/img/resources/sap/runtimes/html5-application-repository-service.png b/website/static/img/resources/sap/runtimes/html5-application-repository-service.png new file mode 100644 index 0000000..1154c0a Binary files /dev/null and b/website/static/img/resources/sap/runtimes/html5-application-repository-service.png differ diff --git a/website/static/img/resources/sap/runtimes/html5-application-repository-service_circled.png b/website/static/img/resources/sap/runtimes/html5-application-repository-service_circled.png new file mode 100644 index 0000000..8c982b4 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/html5-application-repository-service_circled.png differ diff --git a/website/static/img/resources/sap/runtimes/kyma-runtime.png b/website/static/img/resources/sap/runtimes/kyma-runtime.png new file mode 100644 index 0000000..f89f8e1 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/kyma-runtime.png differ diff --git a/website/static/img/resources/sap/runtimes/kyma-runtime_circled.png b/website/static/img/resources/sap/runtimes/kyma-runtime_circled.png new file mode 100644 index 0000000..ba221a5 Binary files /dev/null and b/website/static/img/resources/sap/runtimes/kyma-runtime_circled.png differ diff --git a/website/static/img/resources/sap/saas/sap-ariba-black.png b/website/static/img/resources/sap/saas/sap-ariba-black.png new file mode 100644 index 0000000..92502de Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-ariba-black.png differ diff --git a/website/static/img/resources/sap/saas/sap-ariba.png b/website/static/img/resources/sap/saas/sap-ariba.png new file mode 100644 index 0000000..3751bd0 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-ariba.png differ diff --git a/website/static/img/resources/sap/saas/sap-concur-black.png b/website/static/img/resources/sap/saas/sap-concur-black.png new file mode 100644 index 0000000..abcb762 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-concur-black.png differ diff --git a/website/static/img/resources/sap/saas/sap-concur.png b/website/static/img/resources/sap/saas/sap-concur.png new file mode 100644 index 0000000..f2013c9 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-concur.png differ diff --git a/website/static/img/resources/sap/saas/sap-fieldglass-black.png b/website/static/img/resources/sap/saas/sap-fieldglass-black.png new file mode 100644 index 0000000..7d9844e Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-fieldglass-black.png differ diff --git a/website/static/img/resources/sap/saas/sap-fieldglass.png b/website/static/img/resources/sap/saas/sap-fieldglass.png new file mode 100644 index 0000000..a4d0890 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-fieldglass.png differ diff --git a/website/static/img/resources/sap/saas/sap-health-black.png b/website/static/img/resources/sap/saas/sap-health-black.png new file mode 100644 index 0000000..f8d3c7b Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-health-black.png differ diff --git a/website/static/img/resources/sap/saas/sap-health.png b/website/static/img/resources/sap/saas/sap-health.png new file mode 100644 index 0000000..ee01ff2 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-health.png differ diff --git a/website/static/img/resources/sap/saas/sap-successfactors-black.png b/website/static/img/resources/sap/saas/sap-successfactors-black.png new file mode 100644 index 0000000..ed02262 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-successfactors-black.png differ diff --git a/website/static/img/resources/sap/saas/sap-successfactors.png b/website/static/img/resources/sap/saas/sap-successfactors.png new file mode 100644 index 0000000..596d3f0 Binary files /dev/null and b/website/static/img/resources/sap/saas/sap-successfactors.png differ diff --git a/website/static/img/resources/sap/security/audit-log-service.png b/website/static/img/resources/sap/security/audit-log-service.png new file mode 100644 index 0000000..b50b6e6 Binary files /dev/null and b/website/static/img/resources/sap/security/audit-log-service.png differ diff --git a/website/static/img/resources/sap/security/audit-log-service_circled.png b/website/static/img/resources/sap/security/audit-log-service_circled.png new file mode 100644 index 0000000..eee9388 Binary files /dev/null and b/website/static/img/resources/sap/security/audit-log-service_circled.png differ diff --git a/website/static/img/resources/sap/security/authorization-and-trust-management-service.png b/website/static/img/resources/sap/security/authorization-and-trust-management-service.png new file mode 100644 index 0000000..e94d8bb Binary files /dev/null and b/website/static/img/resources/sap/security/authorization-and-trust-management-service.png differ diff --git a/website/static/img/resources/sap/security/authorization-and-trust-management-service_circled.png b/website/static/img/resources/sap/security/authorization-and-trust-management-service_circled.png new file mode 100644 index 0000000..3ab660a Binary files /dev/null and b/website/static/img/resources/sap/security/authorization-and-trust-management-service_circled.png differ diff --git a/website/static/img/resources/sap/security/credential-store.png b/website/static/img/resources/sap/security/credential-store.png new file mode 100644 index 0000000..2e540f7 Binary files /dev/null and b/website/static/img/resources/sap/security/credential-store.png differ diff --git a/website/static/img/resources/sap/security/credential-store_circled.png b/website/static/img/resources/sap/security/credential-store_circled.png new file mode 100644 index 0000000..b0ed438 Binary files /dev/null and b/website/static/img/resources/sap/security/credential-store_circled.png differ diff --git a/website/static/img/resources/sap/security/custom-domain.png b/website/static/img/resources/sap/security/custom-domain.png new file mode 100644 index 0000000..b155e3e Binary files /dev/null and b/website/static/img/resources/sap/security/custom-domain.png differ diff --git a/website/static/img/resources/sap/security/custom-domain_circled.png b/website/static/img/resources/sap/security/custom-domain_circled.png new file mode 100644 index 0000000..541e60c Binary files /dev/null and b/website/static/img/resources/sap/security/custom-domain_circled.png differ diff --git a/website/static/img/resources/sap/security/data-privacy-integration.png b/website/static/img/resources/sap/security/data-privacy-integration.png new file mode 100644 index 0000000..2d53123 Binary files /dev/null and b/website/static/img/resources/sap/security/data-privacy-integration.png differ diff --git a/website/static/img/resources/sap/security/data-privacy-integration_circled.png b/website/static/img/resources/sap/security/data-privacy-integration_circled.png new file mode 100644 index 0000000..41dec6c Binary files /dev/null and b/website/static/img/resources/sap/security/data-privacy-integration_circled.png differ diff --git a/website/static/img/resources/sap/security/identity-authentication.png b/website/static/img/resources/sap/security/identity-authentication.png new file mode 100644 index 0000000..c6821c0 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-authentication.png differ diff --git a/website/static/img/resources/sap/security/identity-authentication_circled.png b/website/static/img/resources/sap/security/identity-authentication_circled.png new file mode 100644 index 0000000..f8198e5 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-authentication_circled.png differ diff --git a/website/static/img/resources/sap/security/identity-directory-....png b/website/static/img/resources/sap/security/identity-directory-....png new file mode 100644 index 0000000..dfef3cf Binary files /dev/null and b/website/static/img/resources/sap/security/identity-directory-....png differ diff --git a/website/static/img/resources/sap/security/identity-directory-..._circled.png b/website/static/img/resources/sap/security/identity-directory-..._circled.png new file mode 100644 index 0000000..1f5cfc9 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-directory-..._circled.png differ diff --git a/website/static/img/resources/sap/security/identity-directory.png b/website/static/img/resources/sap/security/identity-directory.png new file mode 100644 index 0000000..047bb57 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-directory.png differ diff --git a/website/static/img/resources/sap/security/identity-directory_circled.png b/website/static/img/resources/sap/security/identity-directory_circled.png new file mode 100644 index 0000000..571f207 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-directory_circled.png differ diff --git a/website/static/img/resources/sap/security/identity-provisioning.png b/website/static/img/resources/sap/security/identity-provisioning.png new file mode 100644 index 0000000..3174284 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-provisioning.png differ diff --git a/website/static/img/resources/sap/security/identity-provisioning_circled.png b/website/static/img/resources/sap/security/identity-provisioning_circled.png new file mode 100644 index 0000000..70cdf77 Binary files /dev/null and b/website/static/img/resources/sap/security/identity-provisioning_circled.png differ diff --git a/website/static/img/resources/sap/security/keystore-service.png b/website/static/img/resources/sap/security/keystore-service.png new file mode 100644 index 0000000..1118f5a Binary files /dev/null and b/website/static/img/resources/sap/security/keystore-service.png differ diff --git a/website/static/img/resources/sap/security/keystore-service_circled.png b/website/static/img/resources/sap/security/keystore-service_circled.png new file mode 100644 index 0000000..bff557a Binary files /dev/null and b/website/static/img/resources/sap/security/keystore-service_circled.png differ diff --git a/website/static/img/resources/sap/security/malware-scanning-service.png b/website/static/img/resources/sap/security/malware-scanning-service.png new file mode 100644 index 0000000..eb12329 Binary files /dev/null and b/website/static/img/resources/sap/security/malware-scanning-service.png differ diff --git a/website/static/img/resources/sap/security/malware-scanning-service_circled.png b/website/static/img/resources/sap/security/malware-scanning-service_circled.png new file mode 100644 index 0000000..d1f9f2d Binary files /dev/null and b/website/static/img/resources/sap/security/malware-scanning-service_circled.png differ diff --git a/website/static/img/resources/sap/security/malware-scanning.png b/website/static/img/resources/sap/security/malware-scanning.png new file mode 100644 index 0000000..2c89eed Binary files /dev/null and b/website/static/img/resources/sap/security/malware-scanning.png differ diff --git a/website/static/img/resources/sap/security/oauth-2.0-service.png b/website/static/img/resources/sap/security/oauth-2.0-service.png new file mode 100644 index 0000000..9fb69ba Binary files /dev/null and b/website/static/img/resources/sap/security/oauth-2.0-service.png differ diff --git a/website/static/img/resources/sap/security/oauth-2.0-service_circled.png b/website/static/img/resources/sap/security/oauth-2.0-service_circled.png new file mode 100644 index 0000000..39705da Binary files /dev/null and b/website/static/img/resources/sap/security/oauth-2.0-service_circled.png differ diff --git a/website/static/img/resources/sap/security/oauth2-service.png b/website/static/img/resources/sap/security/oauth2-service.png new file mode 100644 index 0000000..aa15ef2 Binary files /dev/null and b/website/static/img/resources/sap/security/oauth2-service.png differ diff --git a/website/static/img/resources/sap/security/oauth2-service_circled.png b/website/static/img/resources/sap/security/oauth2-service_circled.png new file mode 100644 index 0000000..7df8eb6 Binary files /dev/null and b/website/static/img/resources/sap/security/oauth2-service_circled.png differ diff --git a/website/static/img/resources/sap/security/sap-data-retention-manager.png b/website/static/img/resources/sap/security/sap-data-retention-manager.png new file mode 100644 index 0000000..ba12741 Binary files /dev/null and b/website/static/img/resources/sap/security/sap-data-retention-manager.png differ diff --git a/website/static/img/resources/sap/security/sap-data-retention-manager_circled.png b/website/static/img/resources/sap/security/sap-data-retention-manager_circled.png new file mode 100644 index 0000000..868a0c6 Binary files /dev/null and b/website/static/img/resources/sap/security/sap-data-retention-manager_circled.png differ diff --git a/website/static/img/resources/sap/security/sap-personal-data-manager.png b/website/static/img/resources/sap/security/sap-personal-data-manager.png new file mode 100644 index 0000000..b86a9f8 Binary files /dev/null and b/website/static/img/resources/sap/security/sap-personal-data-manager.png differ diff --git a/website/static/img/resources/sap/security/sap-personal-data-manager_circled.png b/website/static/img/resources/sap/security/sap-personal-data-manager_circled.png new file mode 100644 index 0000000..cd140a2 Binary files /dev/null and b/website/static/img/resources/sap/security/sap-personal-data-manager_circled.png differ diff --git a/website/static/img/resources/sap/ux/cloud-portal-service.png b/website/static/img/resources/sap/ux/cloud-portal-service.png new file mode 100644 index 0000000..bf3e6b4 Binary files /dev/null and b/website/static/img/resources/sap/ux/cloud-portal-service.png differ diff --git a/website/static/img/resources/sap/ux/cloud-portal-service_circled.png b/website/static/img/resources/sap/ux/cloud-portal-service_circled.png new file mode 100644 index 0000000..b0cb903 Binary files /dev/null and b/website/static/img/resources/sap/ux/cloud-portal-service_circled.png differ diff --git a/website/static/img/resources/sap/ux/document-management-service-application.png b/website/static/img/resources/sap/ux/document-management-service-application.png new file mode 100644 index 0000000..9ec2832 Binary files /dev/null and b/website/static/img/resources/sap/ux/document-management-service-application.png differ diff --git a/website/static/img/resources/sap/ux/document-management-service-application_circled.png b/website/static/img/resources/sap/ux/document-management-service-application_circled.png new file mode 100644 index 0000000..8709ed6 Binary files /dev/null and b/website/static/img/resources/sap/ux/document-management-service-application_circled.png differ diff --git a/website/static/img/resources/sap/ux/forms-by-adobe.png b/website/static/img/resources/sap/ux/forms-by-adobe.png new file mode 100644 index 0000000..ddf1cc3 Binary files /dev/null and b/website/static/img/resources/sap/ux/forms-by-adobe.png differ diff --git a/website/static/img/resources/sap/ux/launchpad-service.png b/website/static/img/resources/sap/ux/launchpad-service.png new file mode 100644 index 0000000..a1889b1 Binary files /dev/null and b/website/static/img/resources/sap/ux/launchpad-service.png differ diff --git a/website/static/img/resources/sap/ux/launchpad-service_circled.png b/website/static/img/resources/sap/ux/launchpad-service_circled.png new file mode 100644 index 0000000..615b455 Binary files /dev/null and b/website/static/img/resources/sap/ux/launchpad-service_circled.png differ diff --git a/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition.png b/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition.png new file mode 100644 index 0000000..5ecb91d Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition.png differ diff --git a/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition_circled.png b/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition_circled.png new file mode 100644 index 0000000..2d48459 Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-build-work-zone-advanced-edition_circled.png differ diff --git a/website/static/img/resources/sap/ux/sap-build-work-zone-standard-edition.png b/website/static/img/resources/sap/ux/sap-build-work-zone-standard-edition.png new file mode 100644 index 0000000..5ecb91d Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-build-work-zone-standard-edition.png differ diff --git a/website/static/img/resources/sap/ux/sap-build-work-zone.png b/website/static/img/resources/sap/ux/sap-build-work-zone.png new file mode 100644 index 0000000..c2da391 Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-build-work-zone.png differ diff --git a/website/static/img/resources/sap/ux/sap-build-work-zone_circled.png b/website/static/img/resources/sap/ux/sap-build-work-zone_circled.png new file mode 100644 index 0000000..7a8679b Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-build-work-zone_circled.png differ diff --git a/website/static/img/resources/sap/ux/sap-task-center.png b/website/static/img/resources/sap/ux/sap-task-center.png new file mode 100644 index 0000000..2cc5178 Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-task-center.png differ diff --git a/website/static/img/resources/sap/ux/sap-task-center_circled.png b/website/static/img/resources/sap/ux/sap-task-center_circled.png new file mode 100644 index 0000000..e02be9b Binary files /dev/null and b/website/static/img/resources/sap/ux/sap-task-center_circled.png differ