https://praxisflux.com/

Submitted URL:
https://praxisflux.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.linkedin.com/in/craig-van-niekerk-698a7263/LinkedIn

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://praxisflux.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PraxisFlux</title>
	
	<!-- Primary Meta Tags -->
	<meta name="robots" content="index, follow">
<meta name="title" content="PraxisFlux - Bridging the Gap Between Concept and Execution">
<meta name="description" content="Develop your business idea with PraxisFlux. We offer web, mobile, and desktop solutions.">
<link rel="canonical" href="https://www.praxisflux.com">
<meta name="keywords" content="PraxisFlux, MVP, cross-platform, full stack, web, mobile, desktop, development">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.praxisflux.com/">
<meta property="og:site_name" content="PraxisFlux">
<meta property="og:title" content="PraxisFlux - Bridging the Gap Between Concept and Execution">
<meta property="og:description" content="Develop your business idea with PraxisFlux. We offer web, mobile, and desktop solutions.">
<meta property="og:image" content="https://www.praxisflux.com/images/og-image.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.praxisflux.com/">
<meta property="twitter:title" content="PraxisFlux - Bridging the Gap Between Concept and Execution">
<meta property="twitter:description" content="Develop your business idea with PraxisFlux. We offer web, mobile, and desktop solutions.">
<meta property="twitter:image" content="https://www.praxisflux.com/images/x-image.png">

    <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&amp;display=swap" rel="stylesheet">
	
    <style>
	


        body {
            font-family: 'JetBrains Mono', monospace;
            background-color: #000000;
            color: #ffffff;
            margin: 0;
           /*  padding: 20px;*/
            min-height: 90vh;
            display: flex;
            flex-direction: column;
        }
		
		      .header {
			 position: -webkit-sticky; /* Safari */
		  position: sticky;
		  top: 0;
		   z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            border-bottom: 1px solid #333;
		background-color: #000000;
        }
		
		
		
        .logo {
            background-color: #000000;
            color: #ffffff;
            font-weight: bold;
            padding: 5px 10px;
            font-size: 16px;       
        }
        .nav {
            display: flex;
            gap: 20px;
        }
        .nav a {
            color: #ffffff;
            text-decoration: none;
        }
		
		
        .container {
        
			   max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
			
			  align-items: center;
            text-align: center;
        }
		
		.container p {
          font-size: 1.35em;
        }
		
        h1 {
            font-size: 2.5em;           
			 color: #0077be;
			 margin-bottom: 40px;
        }
        p {
            margin: 5px 0;
        }
		    
		
	
		  .servicesContainer {
          
			 display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }
		
			  .card {         
            color: white;
            border: 1px solid #0077be;                  
		     padding: 1rem;			 			 
			 padding: 1rem;
            border-radius: 10px;
          
        }

   

              .card h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.2em;
            margin: 0 0 10px;
            color: #0077be;
        }


         .card p {
            font-size: 0.83em;
            line-height: 1.5;
            text-align: left;
			

        }
		
		footer {
		    text-align: center;
			    padding: 1rem;			
		}
		
		
		 footer a {
            color: #ffffff;
            text-decoration: none;
        }
		
		 footer span {
           font-size: 0.83em;
        }
		
 
 .blinking-cursor {
                     
            color: #ffffff;
            -webkit-animation: 1s blink step-end infinite;
            -moz-animation: 1s blink step-end infinite;
            -ms-animation: 1s blink step-end infinite;
            -o-animation: 1s blink step-end infinite;
            animation: 1s blink step-end infinite;
        }
        @keyframes blink {
            from, to {
                color: #000000;
            }
            50% {
                color: #ffffff;
            }
        }
      
    </style>
</head>
<body>
    
	 <header class="header">
        <div class="logo">PraxisFlux</div>
        <nav class="nav">                
             <a href="mailto:[email protected]" target="_blank" aria-label="Email">
      <img src="images/email.webp" alt="Email icon" width="24" height="24" title="[email protected]">
    </a>
<a href="https://www.linkedin.com/in/craig-van-niekerk-698a7263/" target="_blank" aria-label="LinkedIn">
      <img src="images/linkedin.webp" alt="LinkedIn icon" width="24" height="24">
    </a>	

        </nav>
    </header>
    <div class="container">
	
        <h1>PraxisFlux</h1>
      
        <p>Bridging the Gap Between Concept and Execution<span class="blinking-cursor">|</span></p>
 
			<div class="servicesContainer">
			
			 <div class="card">
            <h2>Web</h2>
            <p>Get Full Stack Development that targets the largest audience.</p>
			</div>
			<div class="card">
            <h2>Mobile</h2>
            <p>Get a Mobile Application developed for Android, iOS &amp; iPadOS.</p>
			</div>
			<div class="card">
            <h2>Desktop</h2>
            <p>Target Linux, Windows &amp; MacOS with a desktop application.</p>
			</div>    
			
			<div class="card">
            <h2>MVP</h2>
            <p>Develop, Launch &amp; Validate your business idea with a Minimum Viable Product.</p>
			</div>    
			 <div class="card">
            <h2>Cross-Platform</h2>
            <p>Native solutions developed using Cross-Platform tools to Reduce Cost, Reduce Time to Market, and Maximise User Reach.</p>
			</div>
			<div class="card">
            <h2>Security</h2>
            <p>Secure Coding Practices and Static Analysis Security Testing (SAST) used during development.</p>
			</div>
			
			 <div class="card">
            <h2>Data Analysis</h2>
            <p>Transform raw data into Actionable Insights.</p>
			</div>
			<div class="card">
            <h2>Workflow Automation</h2>
            <p>Increase Efficiency and Productivity by automating business processes.</p>
			</div>  
			<div class="card">
            <h2>.NET Migration Services</h2>
            <p>Modernize your legacy .NET applications.</p>
			</div>
			
			</div>
    </div>

<footer>
  	 <p><a href="mailto:[email protected]" target="_blank" aria-label="Email">[email protected]</a></p>	
	 <span>no cookies in the console</span>
	  
  </footer>

</body></html>