Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1386 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1386 Rev 1387
Línea 29... Línea 29...
29
        <div className={styles.userProfile__headerBackground}></div>
29
        <div className={styles.userProfile__headerBackground}></div>
30
        <div
30
        <div
31
            className="row"
31
            className="row"
32
        >
32
        >
33
            <div
33
            <div
34
                className="col"
34
                className="col w-100 text-center"
35
            >
35
            >
36
                <p
36
                <p
37
                    className={
37
                    className={
38
                        styles.userProfile__connectionInfo__infoContainer__title
38
                        styles.userProfile__connectionInfo__infoContainer__title
39
                    }
39
                    }
Línea 47... Línea 47...
47
                >
47
                >
48
                    {visits || ''}
48
                    {visits || ''}
49
                </p>
49
                </p>
50
            </div>
50
            </div>
51
            <div
51
            <div
52
                className="col"
52
                className="col w-100 text-center"
53
            >
53
            >
54
                <p
54
                <p
55
                className={
55
                className={
56
                    styles.userProfile__connectionInfo__infoContainer__title
56
                    styles.userProfile__connectionInfo__infoContainer__title
57
                }
57
                }
58
                >
58
                >
59
                    <i className="pl-2 fa fa-map-marker px-2"></i>
59
                    <i className="pl-2 fa fa-map-marker px-2"></i>
-
 
60
                </p>
-
 
61
                <p
-
 
62
                    className={
-
 
63
                        styles.userProfile__connectionInfo__infoContainer__title
-
 
64
                    }
-
 
65
                    >
60
                    {country || ''}
66
                    {country || ''}
61
                </p>
67
                </p>
62
            </div>
68
            </div>
63
            <div
69
            <div
64
                className="col"
70
                className="col w-100 text-center"
65
            >
71
            >
66
                <p
72
                <p
67
                    className={
73
                    className={
68
                        styles.userProfile__connectionInfo__infoContainer__title
74
                        styles.userProfile__connectionInfo__infoContainer__title
69
                    }
75
                    }
70
                >
76
                >
71
                    <i className="fa fa-share-alt" ></i>
77
                    <i className="fa fa-share-alt" ></i>
-
 
78
                </p>
-
 
79
                <p
-
 
80
                    className={
-
 
81
                        styles.userProfile__connectionInfo__infoContainer__title
-
 
82
                    }
-
 
83
                >
72
                    {connections}
84
                    {connections}
73
                </p>
85
                </p>
74
            </div>
86
            </div>
75
        </div>
87
        </div>
76
    </div>
88
    </div>